This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Fix libstdc++/8347
- From: "B. Kosnik" <bkoz at nabi dot net>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sat, 26 Oct 2002 23:29:39 -0700
- Subject: Re: [PATCH] Fix libstdc++/8347
- References: <3DB972CA.2010701@unitus.it>
>Ok?
looks good...
>2002-10-25 Paolo Carlini <pcarlini@unitus.it>
>
> PR libstdc++/8347
> * include/bits/basic_string.tcc
> (string::_S_construct(_InIter, _InIter, const _Alloc&,
> forward_iterator_tag)): Do not throw logic error if
> __beg == NULL && __end == __beg.
> (string::string(const _CharT*, const _Alloc&)): Tweak.
> * testsuite/21_strings/ctor_copy_dtor.cc: Add test05 from PR.