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

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 5 14:37:53 PDT 2022


huixie90 updated this revision to Diff 465559.
huixie90 marked 20 inline comments as done.
huixie90 added a comment.

address feedback


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134952/new/

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134952.465559.patch
Type: text/x-patch
Size: 53034 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221005/0e43b3a7/attachment-0001.bin>


More information about the libcxx-commits mailing list