[llvm-bugs] [Bug 41331] New: std::tuple_element should be a struct

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Apr 1 06:55:37 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=41331

            Bug ID: 41331
           Summary: std::tuple_element should be a struct
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: mclow.lists at gmail.com
          Reporter: jdoerrie at google.com
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com

Similarly to PR#39871 std::tuple_element should be a struct as well. While
previous versions of the standard were inconsistent here,
https://github.com/cplusplus/draft/pull/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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190401/e6a35122/attachment.html>


More information about the llvm-bugs mailing list