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

Raise minimum C++ standard to 20 #648

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

stephenswat
Copy link
Member

Now that Acts has a minimum C++ version of C++20, we can follow suit. This commit removes the preprocessor macros that ensure backwards compatibility on concepts and increases the C++ version requirement to
20. Also updates the CI.

@stephenswat stephenswat added cicd Changes related to the CI system build This relates to the build system labels Jul 22, 2024
@stephenswat stephenswat force-pushed the feat/cxx_min_20 branch 13 times, most recently from 48531bd to 0788704 Compare July 26, 2024 22:12
Now that Acts has a minimum C++ version of C++20, we can follow suit.
This commit removes the preprocessor macros that ensure backwards
compatibility on concepts and increases the C++ version requirement to
20. Also updates the CI.
@stephenswat stephenswat merged commit af5c64e into acts-project:main Jul 29, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build This relates to the build system cicd Changes related to the CI system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants