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

Meta+Documentation+Ports: Move from C++20 to C++23 #24169

Merged
merged 1 commit into from May 6, 2024

Conversation

ADKaster
Copy link
Member

Now that oss-fuzz is on a clang commit > the 17.x release candidates, we can start looking at some shiny new features to enable.

@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Apr 30, 2024
A host compiler that supports C++20 features is required for building host tools, the newer the better. Tested versions include gcc-12 and clang-15.
A host compiler that supports C++23 features is required for building host tools, the newer the better. Tested versions include gcc-12 and clang-15.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mind the version numbers (anywhere else we mention supported/recommended compiler versions?)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those compiler versions support -std=c++2b, which cmake will pass along. Once we start actually using new features, we can revisit the minimums

Now that oss-fuzz is on a clang commit > the 17.x release candidates,
we can start looking at some shiny new features to enable.
@ADKaster
Copy link
Member Author

ADKaster commented May 1, 2024

Drafting until google/oss-fuzz#11874 is merged

@ADKaster ADKaster marked this pull request as draft May 1, 2024 08:56
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label May 1, 2024
@ADKaster ADKaster marked this pull request as ready for review May 2, 2024 11:00
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label May 2, 2024
@ADKaster ADKaster merged commit 77e890b into SerenityOS:master May 6, 2024
14 checks passed
@ADKaster ADKaster deleted the cpp23 branch May 6, 2024 17:46
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label May 6, 2024
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.

None yet

3 participants