OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOST_COMPILER
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/
gcc.hpp
226
#ifndef
BOOST_COMPILER
227
# define
BOOST_COMPILER
"GNU C++ version " __VERSION__
234
# define
BOOST_COMPILER
"ConceptGCC version " __VERSION__
clang.hpp
129
#ifndef
BOOST_COMPILER
130
# define
BOOST_COMPILER
"Clang version " __clang_version__
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
suffix.hpp
603
# ifndef
BOOST_COMPILER
604
# define
BOOST_COMPILER
"Unknown ISO C++ Compiler"
Completed in 5864 milliseconds