[libcxx-commits] [PATCH] D109086: [libc++] Implement ranges::filter_view

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 1 13:36:10 PDT 2021


ldionne created this revision.
Herald added a subscriber: mgorny.
ldionne requested review of this revision.
Herald added subscribers: libcxx-commits, aheejin.
Herald added a project: libc++.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109086

Files:
  libcxx/docs/Status/RangesPaper.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/filter_view.h
  libcxx/include/module.modulemap
  libcxx/include/ranges
  libcxx/test/libcxx/diagnostics/detail.headers/ranges/filter_view.module.verify.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/adaptor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/constraints.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/ctad.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/ctor.view_pred.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/pred.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/types.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109086.370045.patch
Type: text/x-patch
Size: 47495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210901/45863058/attachment-0001.bin>


More information about the libcxx-commits mailing list