[Bug libstdc++/102301] make_from_tuple can not work with subrange

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Sep 13 09:24:26 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102301

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-09-13
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org
   Target Milestone|---                         |10.4

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #1)
> Even LLVM's libc++ does not support this ...

Does libc++ even define subrange yet?

It looks like we don't define the tuple_size and tuple_element specializations
for subrange, probably because I didn't realise they were needed.


More information about the Gcc-bugs mailing list