This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10849] [3.3 regression] Cannot define an out-of-class specialization of a private nested template class
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jun 2003 08:58:00 -0000
- Subject: [Bug c++/10849] [3.3 regression] Cannot define an out-of-class specialization of a private nested template class
- References: <20030518215600.10849.giovannibajo@libero.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10849
giovannibajo at libero dot it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
Summary|[3.3/3.4 regression] Cannot |[3.3 regression] Cannot
|define an out-of-class |define an out-of-class
|specialization of a private |specialization of a private
|nested template class |nested template class
------- Additional Comments From giovannibajo at libero dot it 2003-06-29 08:57 -------
Confirmed. Kriang, your 3.3 workaround is not complete because
processing_specialization is set only for explicit specializations, not for
partial specializations.