Commit f275a768 by Paolo Carlini Committed by Paolo Carlini

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
parent 4d49ef0c
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
instead of unnecessarily taking the address of _M_pback.
(xsgetn): Simplify slightly for a single char pback buffer.
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment