NVIDIA / stdexec

`std::execution`, the proposed C++ framework for asynchronous and parallel programming.
Apache License 2.0
1.56k stars 159 forks source link

More MSVC cl and clang-cl fixes #1107

Closed lukester1975 closed 1 year ago

lukester1975 commented 1 year ago

Hi

There are few cl/clang-cl issues I've tripped over after #1061 (with VS17.8pre3):

Anyway all trivial but if it's any use: https://github.com/lukester1975/stdexec/tree/win-fixes

HTH

Thanks!

maikel commented 1 year ago

Cool! I think it would help if you could open a PR with your branch. Is it possible for you?

Thank you for your notes