Home
last modified time | relevance | path

Searched refs:BOOST_METAPARSE_V1_STRING (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/metaparse/doc/
Dversioning.qbk40 example `BOOST_METAPARSE_V1_STRING`. It is defined in the
45 #define BOOST_METAPARSE_STRING BOOST_METAPARSE_V1_STRING
/third_party/boost/boost/metaparse/
Dstring.hpp17 #define BOOST_METAPARSE_STRING BOOST_METAPARSE_V1_STRING
/third_party/boost/boost/metaparse/v1/cpp11/
Dstring.hpp211 # define BOOST_METAPARSE_V1_STRING(...) ::boost::metaparse::string<__VA_ARGS__> macro
/third_party/boost/boost/metaparse/v1/cpp11/impl/
Dstring.hpp53 #ifdef BOOST_METAPARSE_V1_STRING
54 # error BOOST_METAPARSE_V1_STRING already defined.
56 #define BOOST_METAPARSE_V1_STRING(s) ::boost::metaparse::v1::impl::make_string< ::boost::metaparse:… macro