]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libstdc++/14252 (Problems with count and iterator_traits<istreambuf_iterator...
authorPaolo Carlini <pcarlini@suse.de>
Tue, 24 Feb 2004 21:20:33 +0000 (21:20 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 24 Feb 2004 21:20:33 +0000 (21:20 +0000)
commitb79cef06831df186cbc34802210ec3f8c71c65e8
tree4a9acb063388c3513db1b24c72f4a91ef0095f99
parent212063a8446bfacef005a5060d7d316a763a7862
re PR libstdc++/14252 (Problems with count and iterator_traits<istreambuf_iterator<char> >::difference_type)

2004-02-24  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/14252
* include/bits/postypes.h (class streamoff): Add operator++(),
operator++(int), operator--() and operator--(int).
* testsuite/27_io/fpos/14252.cc: New.

From-SVN: r78388
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/postypes.h
libstdc++-v3/testsuite/27_io/fpos/14252.cc [new file with mode: 0644]