Re: [patch] Support embedded zeros in sub_match comparisons (DR 2217)

2014-11-13 Thread Tim Shen
On Thu, Nov 13, 2014 at 3:47 PM, Jonathan Wakely wrote: > Tim, I think Daniel still doesn't have commit access, so could you > please commit this? (And CC the patch to gcc-patches). Committed. Removed trailing spaces. The svn diff is attached. Thank you! -- Regards, Tim Shen Index: include/b

Re: [patch] Support embedded zeros in sub_match comparisons (DR 2217)

2014-11-13 Thread Daniel Krügler
2014-11-13 23:30 GMT+01:00 Tim Shen : > On Thu, Nov 13, 2014 at 2:11 PM, Daniel Krügler > wrote: >> + typedef typename sub_match<_Bi_iter>::string_type string_type; > > Use _String_type instead of string_type? I'm not 100% sure of this. I thought about this first, but withdraw that for two r

Re: [patch] Support embedded zeros in sub_match comparisons (DR 2217)

2014-11-13 Thread Tim Shen
On Thu, Nov 13, 2014 at 2:11 PM, Daniel Krügler wrote: > + typedef typename sub_match<_Bi_iter>::string_type string_type; Use _String_type instead of string_type? I'm not 100% sure of this. -- Regards, Tim Shen