This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13088] templatizing outer class hides specialization of inner template class
- From: "cppljevans at cox-internet dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Dec 2003 16:25:44 -0000
- Subject: [Bug c++/13088] templatizing outer class hides specialization of inner template class
- References: <20031117182653.13088.cppljevans@cox-internet.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cppljevans at cox-internet dot com 2003-12-03 16:25 -------
(In reply to comment #9)
> (In reply to comment #6)
[snip]
> Hence, Compaq must be wrong, unless there are different rules for partial
> specializations. Will have to check on that.
The exmample code in paragraph 6 of section 14.5.4 supports the above
conclusion, i.e. Compaq is wrong about partial specialization of member
class template having to be declared in the class of which it is a
member.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13088