123456789101112131415161718192021 |
- #ifndef BOOST_METAPARSE_DEBUG_PARSING_ERROR_HPP
- #define BOOST_METAPARSE_DEBUG_PARSING_ERROR_HPP
- #include <boost/metaparse/v1/debug_parsing_error.hpp>
- namespace boost
- {
- namespace metaparse
- {
- using v1::debug_parsing_error;
- }
- }
- #endif
|