diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-02 15:53:14 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-02 15:53:14 +0000 |
| commit | 0aeedce89c85d076fa66ee5badafec49c309343a (patch) | |
| tree | 068a18d4cc199520d20c6318a98d4ee873ac09b0 /libstdc++-v3/testsuite/27_io/basic_stringbuf | |
| parent | 69bfe15a1b481fdae981d81db58c4e369017f930 (diff) | |
| download | ppe42-gcc-0aeedce89c85d076fa66ee5badafec49c309343a.tar.gz ppe42-gcc-0aeedce89c85d076fa66ee5badafec49c309343a.zip | |
2003-06-02 Paolo Carlini <pcarlini@unitus.it>
* testsuite/27_io/basic_stringbuf/seekpos/char/3.cc: Tweak
line spacing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67336 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/27_io/basic_stringbuf')
| -rw-r--r-- | libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/3.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/3.cc index f0973b073e3..46cbcedf547 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/3.cc @@ -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, |

