tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
70 stars 12 forks source link

Introduce a macro a la `BOOST_PARSER_DETAIL_TEXT_SUBRANGE`, and use it in the `parser` code too #69

Closed tzlaine closed 5 months ago

tzlaine commented 5 months ago

This is to ensure that we return a std::ranges::subrange in C++20 and later.