Skip to content

v2.13.10

Compare
Choose a tag to compare
@horenmar horenmar released this 16 Oct 09:07
· 1415 commits to devel since this release
v2.13.10
182c910

Fixes

  • Fixed issue with catch_discover_tests when there is multiple of 256 tests (#2401, #2503)
  • Catch2-provided main and wmain are explicitly marked as __cdecl when compiled with MSVC (#2486, #2487)
  • Improved break-into-debugger behaviour for ARM Macs. It should now be possible to step execution after the break (#2422)
  • Replaced deprecated std::aligned_storage (#2419, #2420)