This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Simplify basic_streambuf::setg() and setp()?
- 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: Tue, 6 May 2003 21:39:50 -0500
- Subject: Re: [Patch] Simplify basic_streambuf::setg() and setp()?
- References: <3EB44EEA.4000006@unitus.it>
>The point is: I have checked the standard and a couple of
>other implementations and cannot find support for the final
>'if' of our current setg() and setp().
Then how does pubsetbuf work? If you test this, you'll find test results
that fail, as we try to keep the v2 implementation-defined behavior here.
-benjamin