pt.c (maybe_process_partial_specialization): Complain about specialization in wrong...
authorJason Merrill <jason@gcc.gnu.org>
Sun, 7 Feb 1999 15:44:12 +0000 (10:44 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 7 Feb 1999 15:44:12 +0000 (10:44 -0500)
commit700466c28c5d8f5a51d2acf69e6a7b8d6a9b90a3
treebbc39d5158cb55376023d1e1dafbfdeb94061479
parent561cb39b358c410673d0f8ffb1f886094c1e36a8
pt.c (maybe_process_partial_specialization): Complain about specialization in wrong namespace.

* pt.c (maybe_process_partial_specialization): Complain about
specialization in wrong namespace.
* tree.c (decl_namespace_context): New fn.
g++.pt/explicit73.C
* decl2.c (arg_assoc_type): Handle TEMPLATE_TEMPLATE_PARM.
* pt.c (coerce_template_template_parms): Handle nested
template template parameters.
g++.pt/nttp[12].C

From-SVN: r25072
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/pt.c
gcc/cp/tree.c