gcc/libstdc++-v3 include/bits/ostream.tcc test ...

bkoz@gcc.gnu.org bkoz@gcc.gnu.org
Fri May 24 08:50:00 GMT 2002


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2002-05-24 08:50:52

Modified files:
	libstdc++-v3/include/bits: ostream.tcc 
	libstdc++-v3/testsuite/27_io: ostream_inserter_char.cc 
	                              ostream_inserter_other.cc 

Log message:
	2002-05-24  Benjamin Kosnik  <bkoz@redhat.com>
	
	PR libstdc++/6750
	* include/bits/ostream.tcc (ostream::operator<<(const char*)): Fix
	for empty string literal.
	(ostream::operator<<(const _CharT*)): Same.
	(ostream<char>::operator<<(const char*)): Same.
	(ostream<char>::operator<<(streambuf*)): Same.
	* testsuite/27_io/ostream_inserter_char.cc (test08): Add tests.
	* testsuite/27_io/ostream_inserter_other.cc (test02): Modify.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/ostream.tcc.diff?cvsroot=gcc&r1=1.28&r2=1.29
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc.diff?cvsroot=gcc&r1=1.10&r2=1.11



More information about the Libstdc++-cvs mailing list