This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
RE: [Patch] Fix libstdc++/9507
- From: Pétur Runólfsson <peturr02 at ru dot is>
- To: "Paolo Carlini" <pcarlini at unitus dot it>
- Cc: <libstdc++ at gcc dot gnu dot org>
- Date: Sun, 2 Feb 2003 12:02:08 -0000
- Subject: RE: [Patch] Fix libstdc++/9507
Hi
> among the ton of PR filed by Pétur ;), this one appears pretty
> easy to analyze and fix.
Thanks :-)
> P.S. The original testcase is really involved compared to the
> underlying issue and I would rather prefer not adding it.
It might be easier to test this by deriving a class from std::filebuf
and override seekoff to always return pos_type(off_type(-1)).
Petur