lewissbaker / cppcoro

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

Fixes for MSVC 1928 #176

Closed andreasbuhr closed 3 years ago

andreasbuhr commented 3 years ago

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 to use std::to_string.