Re: Two testcases failing for check-debug
On 08/16/2013 02:40 AM, Tim Shen wrote: Could you please commit this patch for me? Done. Paolo.
Re: Two testcases failing for check-debug
On Thu, Aug 15, 2013 at 5:53 PM, Jonathan Wakely wrote: > Why not use __s.data() in all cases, instead of &*__s.begin()? That's > safe even for an empty vector. Thanks, I didn't notice that vector's data() is mutable(since string's is not). Bootstrap Passed, and testsuites with -D_GLIBCXX_DEBU