Release v44
v44 mostly improves messages and tool support. Get it here.
-
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 fromclang-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.