Make backstep calculation non-recursive.

Refs https://github.com/boostorg/regex/pull/236.
This commit is contained in:
jzmaddock
2024-12-16 16:58:25 +00:00
parent 0cbaa4ef17
commit 57ca08240e
3 changed files with 62 additions and 6 deletions

View File

@ -137,3 +137,5 @@ compile test_windows_defs_4.cpp ;
run issue153.cpp : : : "<toolset>msvc:<linkflags>-STACK:2097152" ;
run issue227.cpp ;
run issue232.cpp ;
run lookbehind_recursion_stress_test.cpp ;