Fix for .{n,} failing in partial matches.

Fix for [\x0-\xff] failing in wide character expressions.


[SVN r26566]
This commit is contained in:
John Maddock
2004-12-21 17:07:46 +00:00
parent ab6f20486b
commit de0ab9092a
5 changed files with 18 additions and 4 deletions

View File

@ -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>

View File

@ -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>