doctest v1.2.2 Release Notes

Release Date: 2017-09-05 // over 6 years ago
  • Full Changelog

    Closed issues:

    • ✅ [question] Differences between doctest and googletest (gtest) for uninitialised local variables in test cases #86
    • !!! BREAKING CHANGE !!! - remove the custom implementation of std::is_constructible and optionally use the <type_traits> header because of infinite template recursion issues with GCC #85
    • ✅ Static Analysis results of doctest #83
    • !!! BREAKING CHANGE !!! - catch exceptions as const reference in <LEVEL>_THROWS_AS #81
    • ✅ doctest implementation as static library #77
    • ✅ Provide some easy way to compare structs containing float/doubles #73

    🔀 Merged pull requests:

    • ➕ Add support for templated scenarios #87 (Lectem)
    • ✅ Prefer if(MSVC) in CMakeLists.txt. #84 (martinmoene)
    • ✅ catch throw_as exception as const reference #82 (a4z)
    • Added doctest_with_main static lib #78 (ymadzhunkov)