[libcxx-commits] [PATCH] D134952: [libc++][ranges]implement `std::views::take_while`

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 30 05:07:06 PDT 2022


huixie90 created this revision.
huixie90 added reviewers: var-const, philnik, ldionne.
Herald added a project: All.
huixie90 requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134952

Files:
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/take_while_view.h
  libcxx/include/module.modulemap.in
  libcxx/include/ranges
  libcxx/test/std/ranges/range.adaptors/range.take.while/adaptor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/ctad.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/ctor.view.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/general.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/pred.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/range.concept.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/ctor.base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/ctor.convert.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/equality.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/types.h
  libcxx/test/std/ranges/range.adaptors/range.zip/sentinel/ctor.default.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134952.464223.patch
Type: text/x-patch
Size: 52730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220930/e2f9eef3/attachment-0001.bin>


More information about the libcxx-commits mailing list