Skip to content

Commit af41e6a

Browse files
committed
Add missing template keyword disambiguator in attempt to fix VS 2022 build.
1 parent 0b93a58 commit af41e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/parser/detail/text/transcode_view.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ namespace boost::parser::detail { namespace text {
169169

170170
iterator_type it_ = iterator_type();
171171

172-
friend project_view<V, F>::sentinel<Const>;
172+
friend project_view<V, F>::template sentinel<Const>;
173173

174174
template<bool OtherConst>
175175
#if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS

0 commit comments

Comments
 (0)