Release v45
v45 generalizes regex matchinng support, so that types like
std::string_view
can be used. Get it
here.
-
Fixed issue 304:
regexmatcher could only match regular expressions againstconst char*andstd::string. -
Added adapter for QA Systems Cantata unit test framework. Thank you, Andreas Schätti for the contribution.