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