cppcoro/test/doctest
Andreas Buhr a5ed331c94 Fixes for MSVC 1928
First, std::uncought_exception() does not exist any more in
C++20, it is replaced by std::uncought_exceptions(). Second,
Second, in file_test.cpp we have to include <string>
to use std::to_string.
2020-10-12 10:36:45 -07:00
..
doctest.h Fixes for MSVC 1928 2020-10-12 10:36:45 -07:00