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