Home
last modified time | relevance | path

Searched refs:BOOST_STATIC_ASSERT_MSG (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dstatic_assert.hpp21 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) static_assert(B, Msg) macro
23 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) macro
Dlexical_cast.hpp1284 BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , in shl_char()
1309 BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), in shl_char_array()
1737 BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), in shr_xchar()
2093 BOOST_STATIC_ASSERT_MSG(( !::boost::is_same<char16_t, src_char_type>::value in lexical_cast_impl()
2098 BOOST_STATIC_ASSERT_MSG(( !::boost::is_same<char32_t, src_char_type>::value in lexical_cast_impl()