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



> 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.

Yes, the std==global hack will still be present by default; there is a
flag (-fhonor-std) to turn it off, so the folks doing the new library
can work.

See
http://www.cygnus.com/ml/egcs/1998-Jul/0845.html

for Jason Merrill's posting describing new C++ stuff in egcs 1.1.





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