mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Added possessive modifiers ++ *+ ?+ {}+.
Added support for \v and \h as character classes as per Perl-5.10. [SVN r52558]
This commit is contained in:
@ -258,6 +258,6 @@ void test_emacs();
|
||||
void test_operators();
|
||||
void test_overloads();
|
||||
void test_unicode();
|
||||
|
||||
void test_pocessive_repeats();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user