[Bug c++/16393] Strange syntax errors in g++ 3.4.0
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Tue Jul 6 21:52:00 GMT 2004
------- Additional Comments From bangerth at dealii dot org 2004-07-06 21:52 -------
Actually, I wasn't quite clear: you need to add an initializer. Otherwise,
this only serves as a forward declaration of a specialization, which will
give you linker errors. Those will go away by adding an initializer. Your
only bug was that you forgot "template<>" in front of the specialization.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16393
More information about the Gcc-bugs
mailing list