This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog its/basic_string.h its/s ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/ /ChangeLog its/basic_string.h its/s ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 30 Nov 1999 08:38:38 -0000
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.