2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00

Publicize project_view::{interator,sentinel} in attempt to fix VS 2022 build.

This commit is contained in:
Zach Laine
2025-07-13 15:56:35 -05:00
parent af41e6a7c2
commit fd6c56df1b

View File

@@ -88,12 +88,12 @@ namespace boost::parser::detail { namespace text {
{
V base_ = V();
public:
template<bool Const>
class iterator;
template<bool Const>
class sentinel;
public:
constexpr project_view()
#if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS
requires std::default_initializable<V>