This is the mail archive of the libstdc++-cvs@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libstdc++/ /ChangeLog its/basic_string.h its/s ...


CVSROOT:	/cvs/libstdc++
Module name:	libstdc++
Changes by:	bkoz@sourceware.cygnus.com	99/11/30 00:38:38

Modified files:
	.              : ChangeLog 
	bits           : basic_string.h string.tcc 
	testsuite/21_strings: append.cc 

Log message:
	1999-11-29  Scott Snyder  <snyder@fnal.gov>
	
	* bits/basic_string.h (append(const _Char*, size_type)): The
	length of the appended string is given exactly by the second arg,
	regardless of the data in the character array.
	* bits/string.tcc (basic_string(const _CharT*, size_type, const
	_Alloc&)): Likewise.
	* testsuite/21_strings/append.cc (test01): Remove erroneous test
	of basic_string::append.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]