PR c++/55639 - partial specialization with ::template
commit4516a545864a489d573c4c3aca498edd849899ad
authorJason Merrill <jason@redhat.com>
Wed, 28 Jun 2017 19:41:49 +0000 (28 15:41 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 28 Jun 2017 19:41:49 +0000 (28 15:41 -0400)
tree19caa4248473de1e47f0aa8b7c6577994f588504
parent36f48ebd016d4ace605a864c7f7303dbc281748d
PR c++/55639 - partial specialization with ::template

* parser.c (cp_parser_class_head): Handle ::template.

From-SVN: r249754
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/template/partial-specialization8.C [new file with mode: 0644]