This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] libstdc++/8466
- From: "B. Kosnik" <bkoz at nabi dot net>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org, bkoz at redhat dot com
- Date: Tue, 5 Nov 2002 17:18:50 -0600
- Subject: Re: [PATCH] libstdc++/8466
- References: <3DC847B6.7010601@unitus.it>
>2002-11-05 Paolo Carlini <pcarlini@unitus.it>
>
> PR libstdc++/8466
> * include/std/std_sstream.h
> (basic_stringbuf::str(const __string_type&)):
> Cannot use simple assignment since the COW-nature of v3
> basic_string is not taken into account in basic_stringbuf.
> * testsuite/27_io/stringstream_members.cc: Add test04 from PR.
this looks good paolo. Please put this on the branch too
-benjamin