On 28-Jul-2003, Kelley Cook <kcook34@xxxxxxxx> 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@xxxxxxxxxxx> | "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.