12345678910111213141516171819202122 |
- #ifndef BOOST_METAPARSE_V1_FWD_ACCEPT_HPP
- #define BOOST_METAPARSE_V1_FWD_ACCEPT_HPP
- namespace boost
- {
- namespace metaparse
- {
- namespace v1
- {
- template <class Result, class Remaining, class Pos>
- struct accept;
- }
- }
- }
- #endif
|