forked from boostorg/regex
Fix gcc warnings from ICU wrappers.
Add optional support for marked sub-expression location information. Add support for ${n} in format replacement text. Fixes #2556. Fixes #2269. Fixes #2514. [SVN r50370]
This commit is contained in:
@ -8,6 +8,20 @@
|
||||
|
||||
[section:history History]
|
||||
|
||||
[h4 Boost 1.38]
|
||||
|
||||
* Added support for Perl style ${n} expressions in format strings
|
||||
(issue [@https://svn.boost.org/trac/boost/ticket/2556 #2556]).
|
||||
* Added support for accessing the location of sub-expressions within the
|
||||
regular expression string
|
||||
(issue [@https://svn.boost.org/trac/boost/ticket/2269 #2269]).
|
||||
* Fixed compiler compatibility issues
|
||||
[@https://svn.boost.org/trac/boost/ticket/2244 #2244],
|
||||
[@https://svn.boost.org/trac/boost/ticket/2514 #2514],
|
||||
and
|
||||
[@https://svn.boost.org/trac/boost/ticket/2244 #2458].
|
||||
|
||||
|
||||
[h4 Boost 1.34]
|
||||
|
||||
* Fix for non-greedy repeats and partial matches not working correctly in some cases.
|
||||
|
Reference in New Issue
Block a user