This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Failures because of failure changes?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Eric Christopher <echristo at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org, peturr02 at ru dot is
- Date: Fri, 10 Oct 2003 09:57:22 -0500
- Subject: Re: Failures because of failure changes?
- Organization: Red Hat / Chicago
- References: <1065776572.25922.27.camel@ghostwheel.sfbay.redhat.com>
>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