forked from boostorg/regex
Added new state information for forthcomming new algorithms
[SVN r14889]
This commit is contained in:
@ -268,6 +268,7 @@ struct re_repeat : public re_jump
|
||||
int id;
|
||||
bool leading;
|
||||
bool greedy;
|
||||
bool singleton;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user