forked from boostorg/regex
Add support for ACCEPT verb.
This commit is contained in:
@ -444,6 +444,7 @@ private:
|
||||
#endif
|
||||
bool match_recursion();
|
||||
bool match_fail();
|
||||
bool match_accept();
|
||||
|
||||
// find procs stored in s_find_vtable:
|
||||
bool find_restart_any();
|
||||
|
Reference in New Issue
Block a user