This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3634: partial specialization envolving nested classes is broken
- From: lerdsuwa at gcc dot gnu dot org
- To: gawrilow at math dot tu-berlin dot de, gcc-bugs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 17 Nov 2001 08:44:13 -0000
- Subject: Re: c++/3634: partial specialization envolving nested classes is broken
[Get raw message]
Synopsis: partial specialization envolving nested classes is broken
State-Changed-From-To: open->closed
State-Changed-By: lerdsuwa
State-Changed-When: Sat Nov 17 00:44:13 2001
State-Changed-Why:
Not a bug. typename outer<T>::inner is a non-deduce context.
The compiler is not allowed to deduce that 'T' is 'int'. So
the partial specialization is never used by gcc.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3634&database=gcc