v44
-
Fixed issue 293: Wildcard
_could not match types that can be constructed from any type. This fix unfortunately turns off conversion warnings forREQUIRE_CALLand friends when building withgcc. Thank you @TimonNoethlichs for reporting. -
Fixed issue 296: Improved sequence violation message when
ALLOW_CALLis involved. Thank you Sigurður Sveinn Halldórsson for reporting. -
Fixed
-Wunsafe-buffer-usagewarning from clang-16 -
static_assert()when trying to get a runtime value from any matcher -
Bumped required CMake version to 3.14 or later. Thank you Luke Dennis for reporting.