Change \B to be the opposite of \b.

Also update docs.
Fixes https://github.com/boostorg/regex/issues/123.
This commit is contained in:
jzmaddock
2021-10-07 18:52:27 +01:00
parent 78bf0acd20
commit 10cff29314
4 changed files with 18 additions and 1 deletions

View File

@ -14,6 +14,16 @@ Currently open issues can be viewed [@https://github.com/boostorg/regex/issues?q
All issues including closed ones can be viewed [@https://github.com/boostorg/regex/issues?q=is%3Aissue+is%3Aclosed here].
[h4 Boost.Regex-7.0.0 (Boost-1.78.0)]
* [*Breaking Change:] Change \B to be the opposite of \b as per Perl behaviour.
* Change w32_regex_traits.hpp so that windows.h is no longer included.
[h4 Boost.Regex-6.0.0 (Boost-1.77.0)]
* Big change to header only library.
* Deprecate C++03 support.
[h4 Boost.Regex-5.1.4 (Boost-172.0)]
* Minor build fixes, see [@https://github.com/boostorg/regex/issues/89 #89].

View File

@ -8,7 +8,7 @@
[@http://www.boost.org/LICENSE_1_0.txt])
]
[authors [Maddock, John]]
[version 5.1.4]
[version 7.0.0]
[/last-revision $Date$]
]