decl.c (xref_tag): Revise handling of nested template declarations.
authorMark Mitchell <mark@codesourcery.com>
Sat, 17 Apr 1999 14:15:29 +0000 (14:15 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 17 Apr 1999 14:15:29 +0000 (14:15 +0000)
commit25aab5d0addefe0e3b814a7ec540a1fa883cd11f
treea0691edea065b47d3afc29a947078d78f4039179
parent4e6a144034de387e9ff11a6ae78d6af86f0dc228
decl.c (xref_tag): Revise handling of nested template declarations.

* decl.c (xref_tag): Revise handling of nested template
declarations.
* pt.c (check_explicit_specialization): Tweak handling of friend
templates in template classes.
(tsubst_friend_class): Handle friend declarations for nested
member template classes.

From-SVN: r26520
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/pt.c
gcc/testsuite/g++.old-deja/g++.pt/friend41.C [new file with mode: 0644]