lewissbaker / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.43k stars 470 forks source link

Update doctest to version 2.4.0 #178

Open andreasbuhr opened 4 years ago

andreasbuhr commented 4 years ago

The old doctest led to problems with MSVC 2019

This needs more testing before it can be merged.

andreasbuhr commented 4 years ago

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.