This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: STL headers problem
- To: ross dot s at ihug dot co dot nz (Ross Smith), egcs at cygnus dot com
- Subject: Re: STL headers problem
- From: Jason Merrill <jason at cygnus dot com>
- Date: 30 Jul 1998 00:01:26 -0700
- References: <002c01bdbb9a$0dedae00$a8a01dcb.cygnus.egcs@animal.ihug.co.nz>
>>>>> 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