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

[tuple.helper] Remove redundant public before base class #7539

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

AlisdairM
Copy link
Contributor

tuple_size is defined as a struct, so defaults to public inheritance. Every similar type trait leans into this implicit default-to-public, and tuple_size is the only outlier.

tuple_size is defined as a struct, so defaults to public
inheritance.  Every similar type trait leans into this
implicit default-to-public, and tuple_size is the only
outlier.
@jensmaurer jensmaurer merged commit 75af9f7 into cplusplus:main Jan 3, 2025
2 checks passed
@AlisdairM AlisdairM deleted the remove_redundant_public branch January 4, 2025 05:28
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