Open nanoric opened 3 years ago
It seems that VS2019 (without preview, 16.8.3 is unable to build cppcoro too for now.) I remember that older version of cppcoro has a header <cppcoro/coutines.h> that works fine with both versions.
In the fork https://github.com/andreasbuhr/cppcoro I made some modifications to make it work.
In the fork https://github.com/andreasbuhr/cppcoro I made some modifications to make it work.
Thanks for responding so quickly, help me so much!
cl version: 19.28.29617 Visual Studio version: 16.9.0 preview error:
<experimental/coroutine> is not supported in preview version. consider use under msvc.
maybe __has_include is a good choice to dertemin which file to include.