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: STL headers problem


>>>>> Ross Smith <ross.s@ihug.co.nz> writes:

> From: Nathan Myers <ncm@cygnus.com>
>> 
>> Current Egcs releases don't support namespaces, so standard
>> conformance in this area is kind of moot.  Egcs-1.1 will support
>> namespaces, but the standard-conforming library isn't ready yet,
>> so the non-standard headers will have to do until it is.

> I asked about this back when 1.1 was first announced, but nobody
> answered, so I'll try again. Even though 1.1 supports namespaces, will
> the std==global hack still be available? I hope so; otherwise it's going
> to suddenly become impossible to write portable code.

Yep.  And it will still be on by default.  It will turn off when the
library moves into std.

Jason


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