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

Remove /std:c++latest for tests on MSVC #537

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

bernhardmgruber
Copy link
Member

C++20 ranges are now available with /std:c++20 in MSVC since version 19.32 (VS 2022 17.2).
See: https://devblogs.microsoft.com/cppblog/msvcs-stl-completes-stdc20/

C++20 ranges are now available with /std:c++20 in MSVC since version 19.32 (VS 2022 17.2).
See: https://devblogs.microsoft.com/cppblog/msvcs-stl-completes-stdc20/
@codecov
Copy link

codecov bot commented Jun 20, 2022

Codecov Report

Merging #537 (39dbeee) into develop (463a014) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #537   +/-   ##
========================================
  Coverage    98.74%   98.74%           
========================================
  Files           63       63           
  Lines         5888     5888           
========================================
  Hits          5814     5814           
  Misses          74       74           

@bernhardmgruber bernhardmgruber merged commit b4e2700 into alpaka-group:develop Jun 20, 2022
@bernhardmgruber bernhardmgruber deleted the cpp20_tests branch June 20, 2022 13:28
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