1234567891011121314151617181920 |
- #ifndef BOOST_METAPARSE_CHANGE_ERROR_MESSAGE_HPP
- #define BOOST_METAPARSE_CHANGE_ERROR_MESSAGE_HPP
- #include <boost/metaparse/v1/change_error_message.hpp>
- namespace boost
- {
- namespace metaparse
- {
- using v1::change_error_message;
- }
- }
- #endif
|