Home
last modified time | relevance | path

Searched defs:BOOST_STATIC_ASSERT_BOOL_CAST (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dstatic_assert.hpp42 # define BOOST_STATIC_ASSERT_BOOL_CAST( x ) ((x) == 0 ? false : true) macro
44 # define BOOST_STATIC_ASSERT_BOOL_CAST(x) (bool)(x) macro