Howard Hinnant cd59accbf5 Bill Fisher: 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"

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@186954 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-23 16:18:04 +00:00
..
2013-07-17 18:25:36 +00:00
2013-07-08 21:06:38 +00:00
2010-11-16 22:09:02 +00:00
2013-07-04 15:11:10 +00:00