Open andreasbuhr opened 4 years ago
The old doctest led to problems with MSVC 2019
This needs more testing before it can be merged.
I was not able to compile with clang 10 and clang 11 without including . Doctest provides the preprocessor flag DOCTEST_CONFIG_USE_STD_HEADERS for this. Now it works with g++-10.2, clang 10 and clang 11.
The old doctest led to problems with MSVC 2019
This needs more testing before it can be merged.