12345678910111213141516171819202122 |
- #ifndef BOOST_METAPARSE_V1_FWD_SOURCE_POSITION_HPP
- #define BOOST_METAPARSE_V1_FWD_SOURCE_POSITION_HPP
- namespace boost
- {
- namespace metaparse
- {
- namespace v1
- {
- template <class Line, class Col, class PrevChar>
- struct source_position;
- }
- }
- }
- #endif
|