This is the mail archive of the gcc@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]

Re: Parse error with member templates


I just wrote:

> Just because another compiler compiles your code, that doesn't make
> them better (just less up-to-date with the standard, in this case ;-)

Hehe, OK, same statement applies to g++ parser... ;-)

I confused the other keyword, typename, used in template processing
that is non-optional according to the standard yet g++ used to accept
much code with or without it.  That was fixed and I *assumed* that
this was a similar situation.  Crawling back to library impl-land.

Thanks for setting me straight Nathan.

Regards,
Loren


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