Home
last modified time | relevance | path

Searched refs: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) argument
23 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) argument