This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8099: Friend classes and template specializations
- From: lerdsuwa at gcc dot gnu dot org
- To: bangerth at ticam dot utexas dot edu, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 24 Nov 2002 11:35:57 -0000
- Subject: Re: c++/8099: Friend classes and template specializations
- Reply-to: lerdsuwa at gcc dot gnu dot org, bangerth at ticam dot utexas dot edu, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: Friend classes and template specializations
State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Sun Nov 24 03:35:56 2002
State-Changed-Why:
Confirmed. 14.5.3 p9 seems to be restricted to template
friend declaration like
template <typename P> friend class X<1,P>;
not the ordinary
friend class X<1,P>;
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8099