1234567891011121314151617181920212223 |
- #ifndef BOOST_METAPARSE_ERROR_UNEXPECTED_CHARACTER_HPP
- #define BOOST_METAPARSE_ERROR_UNEXPECTED_CHARACTER_HPP
- #include <boost/metaparse/v1/error/unexpected_character.hpp>
- namespace boost
- {
- namespace metaparse
- {
- namespace error
- {
- using v1::error::unexpected_character;
- }
- }
- }
- #endif
|