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

std::tuple_element should be a struct #40676

Closed
jdoerrie mannequin opened this issue Apr 1, 2019 · 2 comments
Closed

std::tuple_element should be a struct #40676

jdoerrie mannequin opened this issue Apr 1, 2019 · 2 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Comments

@jdoerrie
Copy link
Mannequin

jdoerrie mannequin commented Apr 1, 2019

Bugzilla Link 41331
Resolution FIXED
Resolved on Apr 01, 2019 09:42
Version unspecified
OS All
CC @jdoerrie,@mclow

Extended Description

Similarly to PR#39871 std::tuple_element should be a struct as well. While previous versions of the standard were inconsistent here, cplusplus/draft#2679 changed all tuple_sizes and tuple_elements to structures. These changes should be reflected in libc++, which is still declaring std::tuple_element as a class.

@jdoerrie
Copy link
Mannequin Author

jdoerrie mannequin commented Apr 1, 2019

assigned to @mclow

@jdoerrie
Copy link
Mannequin Author

jdoerrie mannequin commented Apr 1, 2019

https://reviews.llvm.org/rL357411 fixes this, closing now.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Projects
None yet
Development

No branches or pull requests

0 participants