> -Original Message-
> From: Martin Sebor [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 14, 2007 6:47 PM
> To: stdcxx-dev@incubator.apache.org
> Subject: Re: [PATCH] STDCXX-515
>
> Farid Zaripov wrote:
> > Below is the patch for fix STDCX
Farid Zaripov wrote:
Below is the patch for fix STDCXX-515.
ChangeLog:
* sstream.cc (xsputn): Correct write position after growing the
buffer.
Why do we need to do it in xsputn()? Isn't str() supposed to keep
pptr() at the right offset after growing the buffer?
Martin
Index: sstream.
Below is the patch for fix STDCXX-515.
ChangeLog:
* sstream.cc (xsputn): Correct write position after growing the
buffer.
Index: sstream.cc
===
--- sstream.cc (revision 564229)
+++ sstream.cc (working copy)
@@ -185,10 +185,16