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]

Re: C++ 1997 Standard


Dempelis Nikolaos wrote:
> 
> Which version of gcc / g++ supports the 1997 c++ standard (eg.
> namespaces, #include <iostream> instead of <iostream.h> )
gcc-2.95 is the closest release of gcc to the standard.
g++ does implement a lot of the language, but there are some
commonly reported missing parts (http://egcs.cygnus.com/bugs.html).

I don't believe any existing compiler implements the whole
language -- yet. Naturally we intend to cover the whole language,
as time & volunteers permit.

nathan
-- 
Dr Nathan Sidwell :: Computer Science Department :: Bristol University
        I have seen the death of PhotoShop -- it is called GIMP
nathan@acm.org  http://www.cs.bris.ac.uk/~nathan/  nathan@cs.bris.ac.uk


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