This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29767] partial specialization enclosed templates within the declaration of the enclosed class.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Nov 2006 23:18:08 -0000
- Subject: [Bug c++/29767] partial specialization enclosed templates within the declaration of the enclosed class.
- References: <bug-29767-7667@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from pinskia at gcc dot gnu dot org 2006-11-08 23:18 -------
(In reply to comment #4)
> This is a duplicate of another PR where we forget to substitute an
> outer template argument in the specialization of an inner template.
> I think it concerned a boolean value in that case, rather than a type.
That is PR 14032.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |14032
Summary|specialization enclosed |partial specialization
|templates within the |enclosed templates within
|declaration of the enclosed |the declaration of the
|class. |enclosed class.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29767