On Jul 20, 2013, at 6:41 PM, William Fisher <[email protected]> wrote:

> This patch fixes a bug where std::regex in ECMAScript mode was ignoring 
> capture groups inside lookahead assertions. 
> 
> For example, matching /(?=(a))(a)/ to "a" should yield two captures: \1 = 
> "a", \2 = "a"
> 
> The test cases are in lookahead_capture.cpp.
> 
> Thanks,
> Bill
> <lookahead_capture.cpp><lookahead_capture.patch>_______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Awesome job Bill!

Committed revision 186954.

Thanks,
Howard

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to