This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33336] Using predefined macros inside the template function errors out in compilation
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2007 16:16:35 -0000
- Subject: [Bug c++/33336] Using predefined macros inside the template function errors out in compilation
- References: <bug-33336-14841@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-09-07 16:16 -------
You are missing a semicolon (;) after the definition of template class RPGVec
and SUCCES is not defined. After I fix those two issues the program compiles.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33336