-
Notifications
You must be signed in to change notification settings - Fork 438
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
[CI] Make cmake.c++20*.test actualy use C++20 and add cmake.c++23*.test #2496
Conversation
BTW: I make no claim to actually knowing how this works, so please don't just assume it's correct! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the cleanup.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Part of #2470
Changes
The existing
cmake.c++20*.test
cases don't actually pin C++2020 but either don't useWITH_STL=
at all or set it toON
. This results in a strange mix of "version" between the name of the test, the version the library thinks is being used and what is actually being used by the buildAlso, there was no explicit C++2023 tests.