mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 09:07:25 +02:00
Fix for .{n,} failing in partial matches.
Fix for [\x0-\xff] failing in wide character expressions. [SVN r26566]
This commit is contained in:
@ -24,6 +24,10 @@
|
||||
</P>
|
||||
<HR>
|
||||
<p></p>
|
||||
<P>Boost 1.32.1.</P>
|
||||
<UL>
|
||||
<LI>
|
||||
Fixed bug in partial matches of bounded repeats of '.'.</LI></UL>
|
||||
<P>Boost 1.31.0.</P>
|
||||
<UL>
|
||||
<LI>
|
||||
|
@ -24,6 +24,10 @@
|
||||
</P>
|
||||
<HR>
|
||||
<p></p>
|
||||
<P>Boost 1.32.1.</P>
|
||||
<UL>
|
||||
<LI>
|
||||
Fixed bug in partial matches of bounded repeats of '.'.</LI></UL>
|
||||
<P>Boost 1.31.0.</P>
|
||||
<UL>
|
||||
<LI>
|
||||
|
Reference in New Issue
Block a user