We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7df8a commit 5788fb6Copy full SHA for 5788fb6
include/boost/parser/detail/text/transcode_view.hpp
@@ -161,7 +161,7 @@ namespace boost::parser::detail { namespace text {
161
decltype(detail::function_for_tag<F>(0))
162
#endif
163
;
164
- using sentinel = project_view<V, F>::sentinel<Const>;
+ using sentinel = project_view<V, F>::template sentinel<Const>;
165
166
friend boost::parser::detail::stl_interfaces::access;
167
iterator_type & base_reference() noexcept { return it_; }
0 commit comments