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

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 8 08:20:35 PDT 2022


huixie90 updated this revision to Diff 466287.
huixie90 marked 19 inline comments as done.
huixie90 added a comment.

address feedback and rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134952

Files:
  libcxx/docs/Status/Cxx20Papers.csv
  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/libcxx/private_headers.verify.cpp
  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.466287.patch
Type: text/x-patch
Size: 57090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221008/93a7deab/attachment-0001.bin>


More information about the libcxx-commits mailing list