ostream::form() replacement under gcc3.2

Hans Horn hannes@2horns.com
Wed Aug 28 20:51:00 GMT 2002


List,

I just upgraded my gcc compiler from 2.95 to 3.02 and am utterly displeased
with what was done to gcc and the libs that come with it.

none of my code compiles any more (due to missing ostream::form(), R.I.P.).

reverting back to the "old" compiler (using gcc-2 instead of gcc), however,
doesn't link because refs to ostream::endl, ostream::operator<<, and such
are undefined.

Is there any replacement for ostream::form() that I can use w/o having to
edit thousands of lines of code?

Hans







More information about the Gcc-help mailing list