cp-tree.h (push_nested_namespace): Declare.
authorMark Mitchell <mark@codesourcery.com>
Sat, 22 May 1999 14:26:55 +0000 (14:26 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 22 May 1999 14:26:55 +0000 (14:26 +0000)
commit61fc8c9e2b6e2ca08ebd97384ca26b1f9b125605
tree00b8014b19980b4bc5f6ecc6d9dcc30a640efe0a
parent9dd03dd98bed4ef1f04d7729ef4fdb80a1d244c9
cp-tree.h (push_nested_namespace): Declare.

* 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.

From-SVN: r27103
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]