Farid Zaripov wrote: >> -----Original Message----- >> From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor >> Sent: Friday, June 29, 2007 8:17 AM >> To: stdcxx-dev@incubator.apache.org >> Subject: Re: STDCXX tests fails and reasons [MSVC] > >>> Is this valid operation (I mean to pass the internal >>> basic_stringbuf<> buffer in basic_stringbuf<>::sputn())? Btw the >>> Dinkumware STL has the similar problem. >> There's no requirement that makes it invalid but it's not >> something we'll see every day :) Let me look into it a bit to >> better understand what's going on there. > > Fixed thus: http://svn.apache.org/viewvc?view=rev&rev=553931 Okay, thanks. The type of off should be ptrdiff_t (spelled _RWSTD_PTRDIFF_T, of course), and the name needs to be in the private namespace (i.e., __off). Martin