Skip to content

Fix CheckAtomic failing on Windows with Clang#159

Merged
danvratil merged 1 commit intomainfrom
fix/check-atomic-msvc-clang
Mar 14, 2023
Merged

Fix CheckAtomic failing on Windows with Clang#159
danvratil merged 1 commit intomainfrom
fix/check-atomic-msvc-clang

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 deleted 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