pr62314.C
456 Bytes
-
PR c++/62314: add fixit hint for missing "template <> " in explicit specialization · 474e0129
gcc/cp/ChangeLog: PR c++/62314 * parser.c (cp_parser_class_head): Capture the start location; use it to emit a fix-it insertion hint when complaining about missing "template <> " in explicit specializations. gcc/testsuite/ChangeLog: PR c++/62314 * g++.dg/pr62314.C: New test case. From-SVN: r235777
David Malcolm committed