This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/9050] Can't explicitly specialize C++ constructor templates
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jan 2004 13:07:16 -0000
- Subject: [Bug c++/9050] Can't explicitly specialize C++ constructor templates
- References: <20021223190601.9050.martin@xemacs.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-01-06 13:07 -------
The error message on mainline now is:
bug.cc:11: error: `Y' is not a template
bug.cc:11: error: expected unqualified-id before "int"
bug.cc:11: error: expected `)' before "int"
bug.cc:11: error: expected `;' before "int"
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9050