1234567891011121314151617181920212223 |
- #ifndef BOOST_METAPARSE_UTIL_IN_RANGE_C_HPP
- #define BOOST_METAPARSE_UTIL_IN_RANGE_C_HPP
- #include <boost/metaparse/v1/util/in_range_c.hpp>
- namespace boost
- {
- namespace metaparse
- {
- namespace util
- {
- using v1::util::in_range_c;
- }
- }
- }
- #endif
|