mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +02:00
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;
|
int id;
|
||||||
bool leading;
|
bool leading;
|
||||||
bool greedy;
|
bool greedy;
|
||||||
|
bool singleton;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user