You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autoparser::apply_type_metafunctions( declaration_node& n )
729
722
-> bool
730
723
{
@@ -1774,7 +1767,7 @@ auto print(cpp2::in<meta::type_declaration> t) -> void
1774
1767
&& !(CPP2_UFCS_0(arguments_were_used, rtype))))
1775
1768
1776
1769
{
1777
-
error(name + " did not use its template arguments - did you mean to write '" + name + "<" + cpp2::assert_in_bounds(args, 0) + ": type>' ?");
1770
+
error(name + " did not use its template arguments - did you mean to write '" + name + "<" + cpp2::assert_in_bounds(args, 0) + "> type' (with the spaces)?");
0 commit comments