This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Minor clean up of basic_stringbuf::pbackfail
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Mon, 2 Jun 2003 13:05:15 -0500
- Subject: Re: [Patch] Minor clean up of basic_stringbuf::pbackfail
- References: <3EDB9105.20904@unitus.it>
Seems fine. Did you/are you going to do consistency checks for
stringbuf/filebuf for pbackfail? Or is this already done in the existing
testsuite? (Ie make sure that filebuf/stringbuf have the same functional
tests, and if their behavior diverges, make sure that it's tested so we
can track expected behavior.)
-benjamin