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