[libcxx-commits] [PATCH] D101737: [libcxx] Implement view.interface.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 2 20:37:12 PDT 2021


zoecarver created this revision.
zoecarver added reviewers: ldionne, cjdb, EricWF, Quuxplusone.
Herald added a subscriber: mgorny.
zoecarver requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This will unblock work on ranges::view. Based on D101396 <https://reviews.llvm.org/D101396>.

Refs http://eel.is/c++draft/view.interface.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101737

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/data.h
  libcxx/include/__ranges/empty.h
  libcxx/include/__ranges/view_interface.h
  libcxx/include/ranges
  libcxx/test/std/ranges/range.utility/view.interface/view.interface.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101737.342304.patch
Type: text/x-patch
Size: 15883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210503/d7ce30dc/attachment-0001.bin>


More information about the libcxx-commits mailing list