mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 05:42:15 +02:00
Enabled negated character classes inside character sets.
[SVN r31053]
This commit is contained in:
@ -65,7 +65,9 @@
|
||||
that regex iteration allows lookbehind to look back before the current search
|
||||
range (into the last match).
|
||||
<LI>
|
||||
Fixed strange bug with non-greedy repeats inside forward lookahead assertions.</LI></UL>
|
||||
Fixed strange bug with non-greedy repeats inside forward lookahead assertions.
|
||||
<LI>
|
||||
Enabled negated character classes inside character sets.</LI></UL>
|
||||
<P>Boost 1.33.0.</P>
|
||||
<UL>
|
||||
<LI>
|
||||
|
@ -65,7 +65,9 @@
|
||||
that regex iteration allows lookbehind to look back before the current search
|
||||
range (into the last match).
|
||||
<LI>
|
||||
Fixed strange bug with non-greedy repeats inside forward lookahead assertions.</LI></UL>
|
||||
Fixed strange bug with non-greedy repeats inside forward lookahead assertions.
|
||||
<LI>
|
||||
Enabled negated character classes inside character sets.</LI></UL>
|
||||
<P>Boost 1.33.0.</P>
|
||||
<UL>
|
||||
<LI>
|
||||
|
Reference in New Issue
Block a user