Warning, file /include/boost/metaparse/v1/string_value.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef BOOST_METAPARSE_V1_STRING_VALUE_HPP
0002 #define BOOST_METAPARSE_V1_STRING_VALUE_HPP
0003
0004
0005
0006
0007
0008
0009 #include <boost/metaparse/v1/string.hpp>
0010
0011 #ifdef BOOST_METAPARSE_V1_STRING_VALUE
0012 #error BOOST_METAPARSE_V1_STRING_VALUE already defined
0013 #endif
0014
0015 #ifdef BOOST_METAPARSE_V1_STRING
0016 #define BOOST_METAPARSE_V1_STRING_VALUE(s) (BOOST_METAPARSE_V1_STRING(s){})
0017 #endif
0018
0019 #endif
0020