Home
last modified time | relevance | path

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

/dports/devel/R-cran-BH/BH/inst/include/boost/regex/
H A Dconfig.hpp55 # define BOOST_REGEX_ASSERT(x) assert(x) macro
58 # define BOOST_REGEX_ASSERT(x) BOOST_ASSERT(x) macro