Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/
Dconfig.hpp55 # define BOOST_REGEX_ASSERT(x) assert(x) macro
58 # define BOOST_REGEX_ASSERT(x) BOOST_ASSERT(x) macro