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

Allow std tuple_size and tuple_element before C++17 #153

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

MrBurmark
Copy link
Member

There's no reason to not supply them before 17.
They can still be used in code for generic tuple-like classes.

There's no reason to not supply them before 17.
They can still be used in code for generic tuple-like classes.
@MrBurmark MrBurmark requested review from trws, adayton1 and mdavis36 June 11, 2024 17:32
Copy link
Member

@adayton1 adayton1 left a comment

Choose a reason for hiding this comment

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

LGTM

@MrBurmark MrBurmark requested a review from long58 June 11, 2024 20:59
@MrBurmark MrBurmark merged commit 8cf15aa into main Jun 11, 2024
14 checks passed
@MrBurmark MrBurmark deleted the feature/burmark1/tuple_size branch June 11, 2024 21:41
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.

4 participants