This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libstdc++/8347


The following reply was made to PR libstdc++/8347; it has been noted by GNATS.

From: paolo@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libstdc++/8347
Date: 27 Oct 2002 07:35:07 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	paolo@gcc.gnu.org	2002-10-27 00:35:07
 
 Modified files:
 	libstdc++-v3   : ChangeLog 
 	libstdc++-v3/testsuite/21_strings: ctor_copy_dtor.cc 
 	libstdc++-v3/include/bits: basic_string.tcc 
 
 Log message:
 	2002-10-27  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.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1403&r2=1.1404
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/ctor_copy_dtor.cc.diff?cvsroot=gcc&r1=1.10&r2=1.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_string.tcc.diff?cvsroot=gcc&r1=1.25&r2=1.26
 


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