]> git.ipfire.org Git - thirdparty/gcc.git/commit
std_sstream.h (str()): the size of the current string may be different from the initi...
authorPaolo Carlini <pcarlini@unitus.it>
Tue, 18 Feb 2003 23:26:32 +0000 (00:26 +0100)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 18 Feb 2003 23:26:32 +0000 (23:26 +0000)
commitde59bd27dc73cf020973905b969171455d6e4bf2
tree31433e473479468cebb7c703dca648eaaf19825c
parentfcc11c35b7a9806514c40d3fdf329c8dff44efaf
std_sstream.h (str()): the size of the current string may be different from the initial one whenever...

2003-02-18  Paolo Carlini  <pcarlini@unitus.it>

* include/std/std_sstream.h (str()): the size of the
current string may be different from the initial one
whenever _M_out_end > _M_out_beg.
* testsuite/27_io/stringbuf_members.cc (test07): Add.

From-SVN: r63066
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/std_sstream.h
libstdc++-v3/testsuite/27_io/stringbuf_members.cc