This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16934] template-in-the-template explicit specialization, problem with inlined
- 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 Aug 2004 14:13:09 -0000
- Subject: [Bug c++/16934] template-in-the-template explicit specialization, problem with inlined
- References: <20040809120338.16934.hidden_peak@mail.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-08-10 14:13 -------
What you try to do is simply not allowed by the standard. One may call
it a defect in the standard that one can't declare specializations inside
the surrounding class, but that's what the standard says. It's not a bug
in gcc, so we can't do anything about it.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16934