Skip to content

Fix clang 16 builds#161

Merged
danvratil merged 2 commits intoqcoro:mainfrom
ptsouchlos:fix/clang-16-builds
Apr 7, 2023
Merged

Fix clang 16 builds#161
danvratil merged 2 commits intoqcoro:mainfrom
ptsouchlos:fix/clang-16-builds

Conversation

@ptsouchlos
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 Clang 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