c++/8099: Friend classes and template specializations
lerdsuwa@gcc.gnu.org
lerdsuwa@gcc.gnu.org
Sun Nov 24 03:50:00 GMT 2002
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
More information about the Gcc-bugs
mailing list