diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-18 18:34:09 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-18 18:34:09 +0000 |
commit | ead8fd8f949295faca68132b9a792d393207c355 (patch) | |
tree | 51ef4b431883f1829dd12c0f33cfc5944a2ed9f2 /libstdc++-v3/ChangeLog | |
parent | 88d6c9f17832623d579c47c99e60261681de1f9f (diff) | |
download | gcc-ead8fd8f949295faca68132b9a792d393207c355.tar.gz |
2003-06-18 Paolo Carlini <pcarlini@unitus.it>
* include/bits/sstream.tcc (seekoff): We can't seek beyond
_M_out_lim, therefore _M_move_out_cur boils down to simply
updating _M_out_cur.
(seekpos): Likewise, clean up.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68162 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a77f7ec8011..fad6a0868ed 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2003-06-18 Paolo Carlini <pcarlini@unitus.it> + + * include/bits/sstream.tcc (seekoff): We can't seek beyond + _M_out_lim, therefore _M_move_out_cur boils down to simply + updating _M_out_cur. + (seekpos): Likewise, clean up. + 2003-06-18 Nathan C. Myers <ncm-nospam@cantrip.org> Paolo Carlini <pcarlini@unitus.it> |