Skip to content

v44

Compare
Choose a tag to compare
@rollbear rollbear released this 10 Apr 05:43
· 152 commits to main since this release
  • Fixed issue 293: Wildcard _ could not match types that can be constructed from any type. This fix unfortunately turns off conversion warnings for REQUIRE_CALL and friends when building with gcc. Thank you @TimonNoethlichs for reporting.

  • Fixed issue 296: Improved sequence violation message when ALLOW_CALL is involved. Thank you Sigurður Sveinn Halldórsson for reporting.

  • Fixed -Wunsafe-buffer-usage warning 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.