This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16393] Strange syntax errors in g++ 3.4.0


------- Additional Comments From wynand at realtimerodeo dot net  2004-07-06 21:44 -------
Subject: Re:  Strange syntax errors in g++ 3.4.0

 > ------- 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.

Ok, yeah, that makes sense.
 
> As for the second: if you want to declare a specialization, then only so:
>   template <>
>   Enum<MyType>::member;

Ok, I see, so the initialisation of static storage for a particular
instantiation is then seen as a specialisation of that storage?

Thanks for the reply.

> W.
> 
> -- 
>            What    |Removed                     |Added
>
----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |INVALID
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16393
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
> 
> 



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16393


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]