]> git.ipfire.org Git - thirdparty/gcc.git/commit
std_streambuf.h (__copy_streambufs): Remove the first, unused, basic_ios<> parameter.
authorPaolo Carlini <pcarlini@suse.de>
Thu, 27 Nov 2003 13:13:19 +0000 (13:13 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 27 Nov 2003 13:13:19 +0000 (13:13 +0000)
commitfb8d46385113884eb18abef5bee948c955f298ae
treec4f7959860d4d931d25bdf463d4e76f43b1b39fa
parent81a5b587efda1d6462869fcbb78379fe99d35351
std_streambuf.h (__copy_streambufs): Remove the first, unused, basic_ios<> parameter.

2003-11-27  Paolo Carlini  <pcarlini@suse.de>

* include/std/std_streambuf.h (__copy_streambufs): Remove
the first, unused, basic_ios<> parameter.
* src/streambuf-inst.cc: Likewise.
* include/bits/streambuf.tcc: Likewise.
* include/bits/istream.tcc (operator>>(__streambuf_type*)):
Tweak accordingly the call.
* include/bits/ostream.tcc (operator<<(__streambuf_type*)):
Likewise.

* include/bits/streambuf.tcc (__copy_streambufs): Remove
redundant try/catch.

From-SVN: r73992
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/istream.tcc
libstdc++-v3/include/bits/ostream.tcc
libstdc++-v3/include/bits/streambuf.tcc
libstdc++-v3/include/std/std_streambuf.h
libstdc++-v3/src/streambuf-inst.cc