This is the mail archive of the gcc-help@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]
Other format: [Raw text]

ostream::form() replacement under gcc3.2


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






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