Catch v2.12.2 Release Notes

Release Date: 2020-05-25 // almost 4 years ago
  • ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed compilation failure if is_range ADL found deleted function (#1929)
    • ๐Ÿ›  Fixed potential UB in CAPTURE if the expression contained non-ASCII characters (#1925)

    ๐Ÿ‘Œ Improvements

    • std::result_of is not used if std::invoke_result is available (#1934)
    • โœ… JUnit reporter writes out status attribute for tests (#1899)
    • โš  Suppresed clang-tidy's hicpp-vararg warning (#1921)
      • Catch2 was already suppressing the cppcoreguidelines-pro-type-vararg alias of the warning