doctest v2.4.5 Release Notes

Release Date: 2021-02-02 // about 3 years ago
  • Full Changelog

    Closed issues:

    • ✅ Stack buffer overflow in String constructor #460
    • ✅ Suppress warnings from clang-tidy #459
    • compilation issue in MSVC when defining DOCTEST_THREAD_LOCAL to static #458
    • ✅ nvcc compiler warning; doctest.h(4138): warning : expression has no effect #454
    • ✅ Use of std::atomic can slow down multithreaded tests #452

    🔀 Merged pull requests:

    • 🛠 Fix compilation on case-sensitive filesystems #463 (jhasse)
    • ✅ Use function-like macros for prefixless macro names #462 (tbleher)
    • ✅ Implement a multi lane atomic for assertion counts #453 (martinus)