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