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]

Re: ostream::form() replacement under gcc3.2


>>>>> "Hans" == Hans Horn <hannes@2horns.com> writes:

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

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

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

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

No, AFAIK. Why were you using ostream::form() at all? It seems to be
just a synonym for printf?!

-- 
Claudio Bley                                                        _ 
                                             ASCII ribbon campaign ( )
ICQ# 83197241                                 - against HTML email  X 
http://www.cs.uni-magdeburg.de/~bley/                     & vCards / \


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