|
||||
File indexing completed on 2025-01-18 09:40:50
0001 // Copyright Abel Sinkovics (abel@sinkovics.hu) 2021. 0002 // Distributed under the Boost Software License, Version 1.0. 0003 // (See accompanying file LICENSE_1_0.txt or copy at 0004 // http://www.boost.org/LICENSE_1_0.txt) 0005 0006 #ifndef BOOST_METAPARSE_STRING_VALUE_HPP 0007 #define BOOST_METAPARSE_STRING_VALUE_HPP 0008 0009 #include <boost/metaparse/v1/string_value.hpp> 0010 0011 #ifdef BOOST_METAPARSE_STRING_VALUE 0012 # error BOOST_METAPARSE_STRING_VALUE already defined 0013 #endif 0014 #define BOOST_METAPARSE_STRING_VALUE BOOST_METAPARSE_V1_STRING_VALUE 0015 0016 #endif 0017
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |