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: ANSI C++



> I downloaded the Snapshot from 971114 and trued to compile a program
> that uses the new features of ANSI C++
> 
>  -- #includes with no '.h'

This is implemented for some headers but not for others.  Several folks
have donated patches to provide the missing ones, but it seems the patches
haven't been accepted.

>  -- namespaces

Namespaces are not implemented, except that 

using namespace std;

is accepted and ignored, so that ANSI/ISO programs that use it will build
(but the standard classes are really in the global namespace).

>  -- the new iostream library.

This has not been done yet.

> and it failed to compile, as the iostream library is still the old one.
> So my question is: Is there already a new iostream library for the gnu
> compiler that works as described in the ANSI draft?

I understand that someone has written one, but it's not going to be ready
for the first egcs release.


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