v2.13.10
Fixes
- Fixed issue with
catch_discover_tests
when there is multiple of 256 tests (#2401, #2503) - Catch2-provided
main
andwmain
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)