TheLartians / ModernCppStarter

🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
https://thelartians.github.io/ModernCppStarter
The Unlicense
4.33k stars 381 forks source link

Update fmt and doctest #163

Closed TheLartians closed 1 year ago

TheLartians commented 1 year ago

This resolves an issue where the tests build would fail on modern compilers due to a deprecation of sprintf.

Also