Home
last modified time | relevance | path

Searched defs:BOOST_STATIC_ASSERT_MSG (Results 1 – 1 of 1) 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