-
Notifications
You must be signed in to change notification settings - Fork 35
⬆️ require C++20 #897
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
base: main
Are you sure you want to change the base?
⬆️ require C++20 #897
Conversation
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Cpp-Linter Report
|
Alright. I do not have the time to look into these diverse errors at the moment. |
Description
This PR updates the required C++ standard to C++20 in preparation for the v3 release.
The standard has been around for a while and it is time for us to move on from C++17.
The CI in this PR will prove that all tested configurations allow building the project.
Checklist: