[libcxx-commits] [PATCH] D108054: [libc++] Implement structured binding for std::ranges::subrange

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 13 13:36:38 PDT 2021


Quuxplusone created this revision.
Quuxplusone added reviewers: zoecarver, ldionne, libc++.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.

  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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108054

Files:
  libcxx/include/__ranges/subrange.h
  libcxx/test/std/ranges/range.utility/range.subrange/access/structured_binding.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108054.366346.patch
Type: text/x-patch
Size: 5675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210813/534c74cb/attachment.bin>


More information about the libcxx-commits mailing list