This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
ostream::form() replacement under gcc3.2
- From: "Hans Horn" <hannes at 2horns dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 28 Aug 2002 20:38:28 -0700
- Subject: ostream::form() replacement under gcc3.2
- Newsgroups: gmane.comp.gcc.help
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