[libcxx-commits] [PATCH] D142063: [libc++][ranges] implement `std::ranges::split_view` (WIP on testing, targeting llvm 16)

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 18 15:53:01 PST 2023


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++.

- implement `std::ranges::split_view` (last c++20 view)
- Work in process on testing iterator/sentinel, but since we are

getting closer to the deadline, I'd like to send the review early


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142063

Files:
  libcxx/docs/Status/Cxx20Papers.csv
  libcxx/docs/Status/Cxx2bIssues.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/split_view.h
  libcxx/include/module.modulemap.in
  libcxx/include/ranges
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/libcxx/ranges/range.adaptors/range.split/no_unique_address.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.split/adaptor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.split/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.split/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.split/constraints.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.split/ctad.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.split/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.split/ctor.range.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.split/ctor.view.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.split/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.split/general.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142063.490324.patch
Type: text/x-patch
Size: 50963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230118/2527cb97/attachment-0001.bin>


More information about the libcxx-commits mailing list