This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: the standard of c++ supported by gcc
- From: Matt Austern <austern at apple dot com>
- To: Phil Edwards <phil at jaj dot com>
- Cc: Neil Booth <neil at daikokuya dot co dot uk>, luda_s <luda_s at sina dot com>, gcc at gcc dot gnu dot org
- Date: Wed, 18 Sep 2002 17:30:16 -0700
- Subject: Re: the standard of c++ supported by gcc
On Wednesday, September 18, 2002, at 04:31 PM, Phil Edwards wrote:
On Thu, Sep 19, 2002 at 12:22:14AM +0100, Neil Booth wrote:
Phil Edwards wrote:-
On Wed, Sep 18, 2002 at 10:49:47AM +0800, luda_s wrote:
Dear gcc fellows:
I want to know the standard of c++ supported by gcc,does gcc
support ISO98 compeletely ?
Not completely. No compiler supports it completely yet.
EDG claim they do,
Interesting. I wanna see how 'export' works, then... I thought Comeau
would get there first.
Comeau does have export working. That's because Comeau
uses the EDG front end.
It's a new feature with version 3.0 of the EDG front end.
Not many people have used it yet.
--Matt