This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Implement structured binding for std::ranges::subrange
ClosedPublic

Authored by Quuxplusone on Aug 13 2021, 1:36 PM.

Details

Summary
The `get` half of this machinery was already implemented, but the `tuple_size`
and `tuple_element` parts were hiding in [ranges.syn] and therefore missed.

Diff Detail