Re: STDCXX-401

2008-03-10 Thread Martin Sebor
Scott Zhong wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Monday, March 10, 2008 3:39 PM To: dev@stdcxx.apache.org Subject: Re: STDCXX-401 Thanks for the patch, Scott! I think this a start, but suspect there are a few other place

RE: STDCXX-401

2008-03-10 Thread Scott Zhong
> -Original Message- > From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor > Sent: Monday, March 10, 2008 3:39 PM > To: dev@stdcxx.apache.org > Subject: Re: STDCXX-401 > > Thanks for the patch, Scott! I think this a start, but suspect > there are a few other places in

Re: STDCXX-401

2008-03-10 Thread Martin Sebor
Thanks for the patch, Scott! I think this a start, but suspect there are a few other places in the test suite that might need to be changed as well (the locale tests?) Let me take this opportunity to ask you to please review our guidelines for Submitting Patches and the expected Patch Format:

STDCXX-401

2008-03-10 Thread Scott Zhong
There are a few files that this affects. tests/src/file.cpp src/file.cpp util/memchk.cpp tests/src/file.cpp change is listed: Index: file.cpp === --- file.cpp(revision 634377) +++ file.cpp(working copy) @@ -205,8 +205,15 @@

RE: svn commit: r635439 - /stdcxx/trunk/include/string.cc

2008-03-10 Thread Travis Vitek
>Author: faridz >Date: Sun Mar 9 22:52:37 2008 >New Revision: 635439 > >URL: http://svn.apache.org/viewvc?rev=635439&view=rev >Log: >2008-03-10 Farid Zaripov <[EMAIL PROTECTED]> > > * include/string.cc (__replace_aux): Use static_cast<>() > instead of reinterpret_cast<>() to prevent