mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
Bug fix.
[SVN r34495]
This commit is contained in:
@ -29,6 +29,9 @@
|
|||||||
<LI>
|
<LI>
|
||||||
Fix for non-greedy repeats and partial matches not working correctly in some
|
Fix for non-greedy repeats and partial matches not working correctly in some
|
||||||
cases.
|
cases.
|
||||||
|
<LI>
|
||||||
|
Fix for non-greedy repeats on VC++ not working in some cases (bug report
|
||||||
|
1515830).
|
||||||
<LI>
|
<LI>
|
||||||
Changed match_results::position() to return a valid result when *this
|
Changed match_results::position() to return a valid result when *this
|
||||||
represents a partial match.</LI>
|
represents a partial match.</LI>
|
||||||
|
@ -29,6 +29,9 @@
|
|||||||
<LI>
|
<LI>
|
||||||
Fix for non-greedy repeats and partial matches not working correctly in some
|
Fix for non-greedy repeats and partial matches not working correctly in some
|
||||||
cases.
|
cases.
|
||||||
|
<LI>
|
||||||
|
Fix for non-greedy repeats on VC++ not working in some cases (bug report
|
||||||
|
1515830).
|
||||||
<LI>
|
<LI>
|
||||||
Changed match_results::position() to return a valid result when *this
|
Changed match_results::position() to return a valid result when *this
|
||||||
represents a partial match.</LI>
|
represents a partial match.</LI>
|
||||||
|
Reference in New Issue
Block a user