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

cmake: C++20 enablement #1696

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

cmake: C++20 enablement #1696

wants to merge 9 commits into from

Conversation

Wunkolo
Copy link
Contributor

@Wunkolo Wunkolo commented Oct 14, 2024

Enables the C++ 20 standard

Depending on how CI builds go this might be all that's needed to enable C++20.

@Wunkolo Wunkolo changed the base branch from master to dev October 14, 2024 05:24
@Wunkolo Wunkolo marked this pull request as draft October 14, 2024 05:33
@Wunkolo Wunkolo marked this pull request as ready for review October 17, 2024 08:47
Enables the C++ 20 standard
From 2.6 to 2.8. Includes some C++20 fixes.
This form is not needed for a template-class's constructor.
Fix for C++20 builds
This stops dependencies from inheriting a global C++20 standard setting
and instead designates the flycast target alone to be a C++20 project.
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.

2 participants