OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BOOST_NO_EXCEPTIONS
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/
clang.hpp
11
#if !__has_feature(cxx_exceptions) && !defined(
BOOST_NO_EXCEPTIONS
)
12
# define
BOOST_NO_EXCEPTIONS
gcc.hpp
88
#if !defined(__EXCEPTIONS) && !defined(
BOOST_NO_EXCEPTIONS
)
89
# define
BOOST_NO_EXCEPTIONS
Completed in 45 milliseconds