This is the mail archive of the gcc-help@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: C++ standard


On 28-Jul-2003, Kelley Cook <kcook34@ford.com> wrote:
> [someone] wrote:
> >Hello !
> >Answer me please what C++ standard supports g++ ?
> >(get me URL please)
> 
> Assuming this was a translation problem and you meant to ask:
> 
> "What C++ standard does g++ support?"
> 
> Then the answer is GCC 3.x supports 'ISO/IEC IS 14882:1998(E)' which is 
> also known as C++98.

However, GCC 3.x does not yet fully comply with C++98.
For example, I'm pretty sure it does not support separate
compilation of templates using the "export" keyword.

The URL to answer this question ought to be
<http://gcc.gnu.org/onlinedocs/gcc/Standards.html>, but currently that
section of the GCC manual only documents which standards GCC supports
for C, Objective C, Ada, Fortran, and Java, not for C++.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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