Changes
- fix for warning in
wrapper.hpp
#307 - added
operator->
insearch_all
iterator #311 - allow
(|)
in grammar #319 - range-for in unicode library is using reference instead of copy #316
- improve cmake for modules from PR #322 and PR #323
- fixes problems with modules in MSVC #324
- make work
a|
,|b
, and|
regimes #326 - don't ignore inserted
\0
inside fixed string #328 - improve documentation from #333
- improve look behind which didn't mirrored sequences inside optional #339
(?<=ba|cd)s
was evaluated as(?<=ab|dc)s
- fixed warning about undefined macros around feature testing #196
- allow [^] to be equivalent to "any character" #341
- fixes warnings in latest clang #344
Change in supported compilers:
- GCC 9+
- Clang 14+
- AppleClang 15+
- MSVC 14.29+
Full Changelog: v3.9.0...v3.10.0