This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Fix libstdc++/11095
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 05 Jun 2003 23:07:19 +0200
- Subject: Re: [Patch] Fix libstdc++/11095
- References: <3EDFA845.9020906@unitus.it>
Paolo Carlini wrote:
+ std::ostringstream oss_01(std::ios_base::out);
Of course, in my local copy, simply:
std::ostringstream oss_01;
;)
Paolo.