This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15359] errors specializing a template class of a template class
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 May 2004 20:30:54 -0000
- Subject: [Bug c++/15359] errors specializing a template class of a template class
- References: <20040509235749.15359.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-05-10 20:30 -------
What you want to do is just not possible: you can only specialize the
inner template for a fully specialized outer template. It doesn't work
the other way round. See 14.7.3/18.
Apart from that, unless you have a good reason, please don't just reopen
bug reports that we have already closed. Most of the time we are actually
right, and just because you don't like the way the standard is written is
not sufficient proof that gcc is actually wrong in rejecting your program.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15359