OSDN Git Service

* cp-tree.h (push_nested_namespace): Declare.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 1999 14:26:55 +0000 (14:26 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 1999 14:26:55 +0000 (14:26 +0000)
commit623cc2d2bc3215d0e5b06231d81f457774a1af73
tree00b8014b19980b4bc5f6ecc6d9dcc30a640efe0a
parentd186f8877f5bd36a2204c6b2bf84cc0c73a30cde
* cp-tree.h (push_nested_namespace): Declare.
(pop_nested_namespace): Likewise.
* decl.c (push_nested_namespace): New function.
(pop_nested_namespace): Likewise.
* pt.c (instantiate_class_template): Use them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27103 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/pt.c
gcc/testsuite/g++.old-deja/g++.ns/ns18.C [new file with mode: 0644]