mirror of
https://github.com/boostorg/regex.git
synced 2025-07-21 00:02:41 +02:00
Fix bug that prevents turning off multiple Perl-modifiers at once.
Fixes #5223. [SVN r69775]
This commit is contained in:
@ -2711,6 +2711,8 @@ regex_constants::syntax_option_type basic_regex_parser<charT, traits>::parse_opt
|
||||
}
|
||||
}
|
||||
while(!breakout);
|
||||
|
||||
breakout = false;
|
||||
|
||||
if(*m_position == static_cast<charT>('-'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user