streambuf.tcc (__copy_streambufs): Provide a generic version of the function...
authorPaolo Carlini <pcarlini@suse.de>
Mon, 15 Nov 2004 23:33:05 +0000 (23:33 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 15 Nov 2004 23:33:05 +0000 (23:33 +0000)
commit2bf8accc3120d4728ea33b59288f9dddf20ea252
tree7a00392d4a0be36be3ef61b330f89b5a5b7b50de
parente09a5d6295e9aac34a8effb2afd5912fb99b3072
streambuf.tcc (__copy_streambufs): Provide a generic version of the function...

2004-11-15  Paolo Carlini  <pcarlini@suse.de>

* include/bits/streambuf.tcc (__copy_streambufs): Provide
a generic version of the function, not using the protected
members of basic_streambuf.
* include/std/std_streambuf.h (__copy_streambufs): Declare
optimized specializations for char and wchar_t.
* src/streambuf.cc: New file, define the latter.
* src/Makefile.am: Add.
* src/Makefile.in: Regenerate.

From-SVN: r90701
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/streambuf.tcc
libstdc++-v3/include/std/std_streambuf.h
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/streambuf.cc [new file with mode: 0644]