OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOST_NO_STATIC_ASSERT
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
static_assert.hpp
20
#ifndef
BOOST_NO_STATIC_ASSERT
47
#ifndef
BOOST_NO_STATIC_ASSERT
134
#endif // defined(
BOOST_NO_STATIC_ASSERT
)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
suffix.hpp
826
// Use BOOST_NO_CXX11_STATIC_ASSERT instead of
BOOST_NO_STATIC_ASSERT
827
#if defined(BOOST_NO_CXX11_STATIC_ASSERT) && !defined(
BOOST_NO_STATIC_ASSERT
)
828
# define
BOOST_NO_STATIC_ASSERT
873
// Normalize
BOOST_NO_STATIC_ASSERT
and (depricated) BOOST_HAS_STATIC_ASSERT:
875
#if !defined(
BOOST_NO_STATIC_ASSERT
) && !defined(BOOST_HAS_STATIC_ASSERT)
Completed in 34 milliseconds