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

Fix build for VS 16.11 #338

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Aug 20, 2021

VS 16.11 introduced a flag to select C++20: /std:c++20, which CMake now sets instead of requesting /std:c++latest. This is a problem because /std:c++20 does not include ranges yet in MSVC, because the ABI is not finalized.

@bernhardmgruber bernhardmgruber merged commit c08be95 into alpaka-group:develop Aug 20, 2021
@bernhardmgruber bernhardmgruber deleted the fix_msvc branch August 20, 2021 15:25
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.

1 participant