This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10832] Cannot define an out-of-class explicit specialization of a template constructor of a specialized template class.
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2003 18:49:21 -0000
- Subject: [Bug c++/10832] Cannot define an out-of-class explicit specialization of a template constructor of a specialized template class.
- References: <20030517073600.10832.gprentice@paradise.net.nz>
- 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=10832
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-05-03 00:00:00 |2003-06-19 18:49:20
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-06-19 18:49 -------
Still exists on the mainline (20030618):
pr10832.cc:24: error: `Foo<long int>' specified as declarator-id
pr10832.cc:24: error: no member function `Foo<long int>' declared in `Foo<int>'
pr10832.cc:24: error: invalid function declaration