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

Add missing template keyword disambiguator in attempt to fix VS 2022 build.

This commit is contained in:
Zach Laine
2025-07-13 15:34:21 -05:00
parent 0b93a586f1
commit af41e6a7c2

View File

@@ -169,7 +169,7 @@ namespace boost::parser::detail { namespace text {
iterator_type it_ = iterator_type();
friend project_view<V, F>::sentinel<Const>;
friend project_view<V, F>::template sentinel<Const>;
template<bool OtherConst>
#if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS