Catch v2.10.1 Release Notes

Release Date: 2019-10-20 // over 4 years ago
  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ Catch2 now guards itself against min and max macros from windows.h (#1772)
    • โœ… Templated tests will now compile with ICC (#1748)
    • WithinULP matcher now uses scientific notation for stringification (#1760)

    ๐Ÿ›  Fixes

    • โœ… Templated tests no longer trigger -Wunused-templates (#1762)
    • Suppressed clang-analyzer false positive in context getter (#1230, #1735)

    Miscellaneous

    • ๐Ÿ— CMake no longer prohibits in-tree build when Catch2 is used as a subproject (#1773, #1774)