This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16393] Strange syntax errors in g++ 3.4.0
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jul 2004 21:35:25 -0000
- Subject: [Bug c++/16393] Strange syntax errors in g++ 3.4.0
- References: <20040706213213.16393.wynand@realtimerodeo.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-07-06 21:35 -------
As for the first problem: 'link' is the name of a function the unistd.h.
As for the second: if you want to declare a specialization, then only so:
template <>
Enum<MyType>::member;
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16393