This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] basic_file_stdio.cc changes for 9425 and 9439
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 3 Feb 2003 21:26:49 -0600
- Subject: Re: [RFC] basic_file_stdio.cc changes for 9425 and 9439
- References: <3E3EDECB.6050004@unitus.it>
On Mon, 03 Feb 2003 22:27:39 +0100
Paolo Carlini <pcarlini@unitus.it> wrote:
>If we agree about this, then it's easy to implement strict tests on the
>return value of seekoff (which calls __basic_file<char>::seekoff)
>inside pbackfail (and, if needed, elsewhere for it and seekpos) thus
>fixing rather easily both 9425 and 9439.
I think you are on the right track too.
-benjamin