8000 Fix CheckAtomic failing on Windows with Clang by danvratil · Pull Request #159 · qcoro/qcoro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix CheckAtomic failing on Windows with Clang #159

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 1 commit into from
Mar 14, 2023

Conversation

danvratil
Copy link
Collaborator

Looks one of the MSVC standard headers uses C++14 syntax, but we were building the test in C++11 mode which failed the build. This change compiles the test with C++20 so we should be safe on all sides.

Looks one of the MSVC standard headers uses C++14 syntax, but we were building the
test in C++11 mode which failed the build. This change compiles the test with C++20
so we should be safe on all sides.
@danvratil danvratil linked an issue Mar 14, 2023 that may be closed by this pull request
@danvratil danvratil merged commit f827ece into main Mar 14, 2023
@danvratil danvratil d 62ED eleted the fix/check-atomic-msvc-clang branch March 14, 2023 15:34
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.

CheckAtomic.cmake Fails on Windows with LLVM Clang
1 participant
0