mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +02:00
Fix code to handle multiple named-subexpressions with the same name.
Updated test cases to match. [SVN r65943]
This commit is contained in:
@ -100,7 +100,7 @@ BOOST_REGEX_DECL const char* BOOST_REGEX_CALL get_default_syntax(regex_constants
|
||||
"p",
|
||||
"P",
|
||||
"N",
|
||||
"g",
|
||||
"gk",
|
||||
"K",
|
||||
"R",
|
||||
};
|
||||
|
Reference in New Issue
Block a user