Bugfix: Update for regex 20 lookbehind test.#1407
Bugfix: Update for regex 20 lookbehind test.#1407MaxSagebaum wants to merge 4 commits intohsutter:mainfrom
Conversation
|
Thanks! I pushed a commit that re-runs the regression tests to keep everything in sync. While doing that, I noticed there seems to be a problem for MSVC here with It seems the similar line 577 should also get this error, but doesn't because maybe that one is never invoked? Conjecture: Maybe
But I'm not sure so I just pushed the update to regression tests in without any code changes. |
|
I will have a look during the week. |
Removed cpp file and added cpp2 file.
7441e6c to
bb405b6
Compare
|
Took a little longer until I had time. MSVC seems to be confused by the argument dependent lookup. I implemented the I will update the tests with the results from the ci so that it should be clean. |
|
Seems to be clean from a regex point of view. There are still some errors from MSVC at other places. |
Removed cpp file and added cpp2 file.