mirror of
https://github.com/boostorg/regex.git
synced 2025-07-18 06:42:08 +02:00
Added support for forward lookahead asserts.
[SVN r12455]
This commit is contained in:
@ -118,7 +118,10 @@ struct BOOST_REGEX_DECL regex_traits_base
|
||||
syntax_Z = 51, // for \Z
|
||||
syntax_G = 52, // for \G
|
||||
|
||||
syntax_max = 53
|
||||
// new extentions:
|
||||
syntax_not = 53, // for (?!...)
|
||||
|
||||
syntax_max = 54
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user