]> gcc.gnu.org Git - gcc.git/commit
re PR c++/14479 (enum definition in template class with template methods causes error.)
authorKriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
Sat, 12 Feb 2005 15:40:28 +0000 (15:40 +0000)
committerKriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org>
Sat, 12 Feb 2005 15:40:28 +0000 (15:40 +0000)
commitd32707707a3a320f338839639c54227d97b95e5a
tree33ea4be8f2077053e45e74021169caa2629e37ec
parent537677ba9d5fb2dfc6b64d0feb464fee0b7f6390
re PR c++/14479 (enum definition in template class with template methods causes error.)

PR c++/14479
PR c++/19487
* pt.c (maybe_check_template_type): Remove.
* cp-tree.h (maybe_check_template_type): Remove prototype.
* name-lookup.c (maybe_process_template_type_declaration): Don't
use maybe_check_template_type.

* g++.dg/template/enum5.C: New test.

From-SVN: r94941
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/name-lookup.c
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/enum5.C [new file with mode: 0644]
This page took 0.062282 seconds and 5 git commands to generate.