Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C1189 #error: The <experimental/coroutine> and <experimental/resumable> headers are only supported with /await and implement pre-C++20 coroutine support. Use <coroutine> for standard C++20 coroutines. #211

Open
Chritek opened this issue Jul 4, 2022 · 1 comment

Comments

@Chritek
Copy link

Chritek commented Jul 4, 2022

Hello,
I´m pretty new to... well kinda everything and I have an issue at the networking stuff.
As needed I am using C++20, but as you can see in the title VS wants me to get rid of "experimental" (I understand why), but if I do that, io_service.hpp will throw a lot of errors and I´m not sure how to fix that. Can someone help me? Might be REALLY easy to solve, but I dunno how.
Thanks for your work and have a great time.

@komiIT
Copy link

komiIT commented Sep 6, 2022

add "/await" flag, or try andreasbuhr branch

cppcoro
Screenshot_1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants