sstream.tcc (seekoff): We can't seek beyond _M_out_lim...
authorPaolo Carlini <pcarlini@unitus.it>
Wed, 18 Jun 2003 18:34:09 +0000 (20:34 +0200)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 18 Jun 2003 18:34:09 +0000 (18:34 +0000)
commit4c526d09602ab32b5412501b42b4fbe95e8148d2
tree51ef4b431883f1829dd12c0f33cfc5944a2ed9f2
parentc1b74c211a117a9f6e05f6d2e47dd633cc5f40e2
sstream.tcc (seekoff): We can't seek beyond _M_out_lim...

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.

From-SVN: r68162
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/sstream.tcc