8000 Fix clang 16 builds by DeveloperPaul123 · Pull Request #161 · qcoro/qcoro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Fix clang 16 builds #161

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

Merged
merged 2 commits into from
Apr 7, 2023
Merged

Conversation

DeveloperPaul123
Copy link
Contributor

Fixes #160

I've confirmed that this issue is present in Clang 16 on Windows, but it's unclear if it's still present with Clang 15.

@danvratil
Copy link
Collaborator

Indeed, that flag has been deprecated in clang 16

-fcoroutines-ts has been deprecated. The flag will be removed in C 8000 lang 17. Please use -std=c++20 or higher to use standard C++ coroutines instead.

Time to add another compiler to the CI matrix ;-)

@danvratil danvratil enabled auto-merge April 7, 2023 18:44
@danvratil danvratil merged commit d357b97 into qcoro:main Apr 7, 2023
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

Successfully merging this pull request may close these issues.

Build Failure with Clang 15.x< on Windows in Debug
2 participants
0