This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Failures because of failure changes?


>2003-10-09  Petur Runolfsson  <peturr02@ru.is>
>                                                                                
>        * src/io-inst.cc: Don't include iostream.
>        * include/bits/ios_base.h (ios_base::failure): Use string.
>        * src/Makefile.am: Add ios_failure.cc.
>        * src/Makefile.in: Regenerate.
>        * src/ios.cc: Move ios_base::failure definitions to...
>        * src/ios_failure.cc: ...here. New.

Please make sure you have the new file, src/ios_failure.cc, and it is
being compiled and linked into your library. That's where these missing definitions live.

For some reason, this patch didn't show up on the patch list. Sorry
about that: I've reconfigured my mailer to avoid this problem in the future.

-benjamin


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