OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOST_NO_EXCEPTIONS
(Results
1 - 6
of
6
) 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
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
shared_count.hpp
87
#ifndef
BOOST_NO_EXCEPTIONS
124
#ifndef
BOOST_NO_EXCEPTIONS
156
#ifndef
BOOST_NO_EXCEPTIONS
178
#endif // #ifndef
BOOST_NO_EXCEPTIONS
193
#ifndef
BOOST_NO_EXCEPTIONS
241
#ifndef
BOOST_NO_EXCEPTIONS
274
#endif // #ifndef
BOOST_NO_EXCEPTIONS
289
#ifdef
BOOST_NO_EXCEPTIONS
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
throw_exception.hpp
52
#ifdef
BOOST_NO_EXCEPTIONS
63
//to ensure compatibility with
BOOST_NO_EXCEPTIONS
.
array.hpp
327
#if defined(
BOOST_NO_EXCEPTIONS
) || (!defined(BOOST_MSVC) && !defined(__PATHSCALE__))
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter_policies.hpp
162
#ifndef
BOOST_NO_EXCEPTIONS
Completed in 3482 milliseconds