diff --git a/Units/parser-cxx.r/template-nested-triangle-brackets.d/input-2.hpp b/Units/parser-cxx.r/template-nested-triangle-brackets.d/input-2.hpp index cf6b134183..c2a6331583 100644 --- a/Units/parser-cxx.r/template-nested-triangle-brackets.d/input-2.hpp +++ b/Units/parser-cxx.r/template-nested-triangle-brackets.d/input-2.hpp @@ -16,7 +16,7 @@ template K funcC(T t) } // The original comment: This stuff is allowed by C++03 -// template> 2)> K funcD(T t) +// template> 2> K funcD(T t) // However, the above input is rejected with: // error: default template arguments may not be used in function templates // without `-std=c++11' or `-std=gnu++11'