Home
last modified time | relevance | path

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

/third_party/boost/boost/static_string/
Dconfig.hpp135 #define BOOST_STATIC_STRING_ASSERT(cond) BOOST_ASSERT(cond) macro
145 #define BOOST_STATIC_STRING_ASSERT(cond) assert(cond) macro