cppcoro icon indicating copy to clipboard operation
cppcoro copied to clipboard

Update doctest to version 2.4.0

Open andreasbuhr opened this issue 3 years ago • 1 comments

The old doctest led to problems with MSVC 2019

This needs more testing before it can be merged.

andreasbuhr avatar Oct 12 '20 21:10 andreasbuhr

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.

andreasbuhr avatar Oct 12 '20 23:10 andreasbuhr