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