re PR c++/65061 (Issue with using declaration and member class template)
authorJason Merrill <jason@redhat.com>
Tue, 17 Mar 2015 17:38:25 +0000 (13:38 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 17 Mar 2015 17:38:25 +0000 (13:38 -0400)
commit3d17be83c1e1e64828bf0e5181cbde99f722232d
tree9fb0322c50f5c1612e36562f38d86b45f4e83610
parent1c6f4a147dd2e18e9a03b2a275ac9050edc0c3d4
re PR c++/65061 (Issue with using declaration and member class template)

PR c++/65061
* parser.c (cp_parser_template_name): Call strip_using_decl.

From-SVN: r221478
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/inherit/using8.C [new file with mode: 0644]