forked from boostorg/regex
Added initial support for recursive expressions.
Updated docs and tests accordingly. [SVN r54994]
This commit is contained in:
@ -194,6 +194,7 @@ struct regex_data : public named_subexpressions<charT>
|
||||
std::vector<
|
||||
std::pair<
|
||||
std::size_t, std::size_t> > m_subs; // Position of sub-expressions within the *string*.
|
||||
bool m_has_recursions; // whether we have recursive expressions;
|
||||
};
|
||||
//
|
||||
// class basic_regex_implementation
|
||||
|
Reference in New Issue
Block a user