gcc/libstdc++-v3 ChangeLog include/std/std_str ...

paolo@gcc.gnu.org paolo@gcc.gnu.org
Thu Nov 27 13:13:00 GMT 2003


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2003-11-27 13:13:19

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

Log message:
	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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2112&r2=1.2113
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_streambuf.h.diff?cvsroot=gcc&r1=1.45&r2=1.46
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/streambuf-inst.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/istream.tcc.diff?cvsroot=gcc&r1=1.58&r2=1.59
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/ostream.tcc.diff?cvsroot=gcc&r1=1.48&r2=1.49
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/streambuf.tcc.diff?cvsroot=gcc&r1=1.46&r2=1.47



More information about the Libstdc++-cvs mailing list