2006-02-17 Paolo Carlini <pcarlini@suse.de>
Howard Hinnant <hhinnant@apple.com> PR libstdc++/26250 * include/bits/sstream.tcc (basic_stringbuf<>::overflow): Tweak to leave epgtr() just past the new write position, as per the relevant bits of 27.7.1.3/8 (not changed by DR 432). * testsuite/27_io/basic_stringbuf/overflow/char/26250.cc: New. * testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc: Same. * docs/html/ext/howto.html: Add entries for DR 169 and DR 432. * include/std/std_sstream.h (basic_stringbuf<>::_M_sync): Move out of line... * include/bits/sstream.tcc: ... here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111177 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libstdc++-v3/ChangeLog 16 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/docs/html/ext/howto.html 13 additions, 0 deletionslibstdc++-v3/docs/html/ext/howto.html
- libstdc++-v3/include/bits/sstream.tcc 47 additions, 7 deletionslibstdc++-v3/include/bits/sstream.tcc
- libstdc++-v3/include/std/std_sstream.h 4 additions, 31 deletionslibstdc++-v3/include/std/std_sstream.h
- libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/26250.cc 58 additions, 0 deletions...v3/testsuite/27_io/basic_stringbuf/overflow/char/26250.cc
- libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc 58 additions, 0 deletions...testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc
Please register or sign in to comment