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: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jul 2004 18:36:36 -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 bangerth at dealii dot org 2004-07-22 18:36 -------
The problem in comment #6 has nothing to do with the rest of the
PR. The syntax to explicitly instantiate the class is just completely
bogus. It should read
template class Test<MyTest>;
but there are more bugs (specificly: MyTest is only forward declared).
The original problem of this PR persists as of now.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9050