mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 08:15:23 +08:00
3.cc: Tweak line spacing.
2003-06-02 Paolo Carlini <pcarlini@unitus.it> * testsuite/27_io/basic_stringbuf/seekpos/char/3.cc: Tweak line spacing. From-SVN: r67336
This commit is contained in:
parent
4d49ef0cc3
commit
f275a768ab
@ -1,3 +1,8 @@
|
||||
2003-06-02 Paolo Carlini <pcarlini@unitus.it>
|
||||
|
||||
* testsuite/27_io/basic_stringbuf/seekpos/char/3.cc: Tweak
|
||||
line spacing.
|
||||
|
||||
2003-06-02 Paolo Carlini <pcarlini@unitus.it>
|
||||
|
||||
* include/std/std_fstream.h (_M_destroy_pback): Use _M_in_beg
|
||||
|
@ -32,6 +32,7 @@ void test01()
|
||||
|
||||
strb_01.sputn("broken peak", 11);
|
||||
pos_type pt_1 = strb_01.pubseekoff(0, ios_base::end, ios_base::out);
|
||||
|
||||
// In general, according to 27.7.1.3,14, the below has undefined
|
||||
// behaviour since pt_1 + off_type(1) doesn't come from a
|
||||
// previous pubseekpos or pubseekoff. However, given v3 implementation,
|
||||
|
Loading…
Reference in New Issue
Block a user