Skip to content

Commit 5788fb6

Browse files
committed
Add missing 'template ' after dot when naming a dependent template
instantiation. Fixes #221.
1 parent ec7df8a commit 5788fb6

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
@@ -161,7 +161,7 @@ namespace boost::parser::detail { namespace text {
161161
decltype(detail::function_for_tag<F>(0))
162162
#endif
163163
;
164-
using sentinel = project_view<V, F>::sentinel<Const>;
164+
using sentinel = project_view<V, F>::template sentinel<Const>;
165165

166166
friend boost::parser::detail::stl_interfaces::access;
167167
iterator_type & base_reference() noexcept { return it_; }

0 commit comments

Comments
 (0)