You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove experimental coroutines support
Replace CppWinRTEnableLegacyCoroutines with CppWinRTEnableCpp17Coroutines
Remove base_coroutine_system_winui.h, hasn't worked since PR 0.8
Support and test building with no coroutines
Remove implementation selection machinery
* Fix clang-cl mismatching signedness error
* Require coroutine support for C++/WinRT
Add error message for missing coroutine support in C++.
* Revert "Require coroutine support for C++/WinRT"
This reverts commit de710f1.
* Include an error message if /await is used
---------
Co-authored-by: Ryan Shepherd <ryansh@microsoft.com>
<AdditionalOptionsCondition="'$(CppWinRTLanguageStandard)'=='' And '$(CppWinRTUseCoroutines)'==''">/await:strict %(AdditionalOptions)</AdditionalOptions>
0 commit comments