This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: problem with basic_string(const charT*, size_type) ctor
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: Re: problem with basic_string(const charT*, size_type) ctor
- From: Benjamin Kosnik <bkoz at garfield dot cygnus dot com>
- Date: Mon, 29 Nov 1999 23:33:13 -0800 (PST)
> 1999-11-27 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.
in, thanks.
-benjamin