This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch, trunk] Remove _M_out_buf_size()
- 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, 31 Mar 2003 10:54:09 -0600
- Subject: Re: [Patch, trunk] Remove _M_out_buf_size()
- References: <3E874B9D.4050709@unitus.it>
>this is an almost obvious cleanup in the light of the commit
>for 9404: note, in particular, how the various functions in
>include/bits/streambuf.tcc become _perfectly_ symmetric as
>far as the initial check is concerned (i.e., sputc vs sbumpc;
>xsputn vs xsgetn).
Looks fine to me.