forked from boostorg/regex
Start adding Perl verb support with FAIL as the first supported verb.
This commit is contained in:
@ -443,6 +443,7 @@ private:
|
||||
bool backtrack_till_match(std::size_t count);
|
||||
#endif
|
||||
bool match_recursion();
|
||||
bool match_fail();
|
||||
|
||||
// find procs stored in s_find_vtable:
|
||||
bool find_restart_any();
|
||||
|
Reference in New Issue
Block a user