string_value.hpp 530 B

1234567891011121314151617
  1. // Copyright Abel Sinkovics ([email protected]) 2021.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_METAPARSE_STRING_VALUE_HPP
  6. #define BOOST_METAPARSE_STRING_VALUE_HPP
  7. #include <boost/metaparse/v1/string_value.hpp>
  8. #ifdef BOOST_METAPARSE_STRING_VALUE
  9. # error BOOST_METAPARSE_STRING_VALUE already defined
  10. #endif
  11. #define BOOST_METAPARSE_STRING_VALUE BOOST_METAPARSE_V1_STRING_VALUE
  12. #endif