[libcxx-commits] [PATCH] D107500: [NO MERGE][libcxx][ranges] Add `ranges::lazy_split_view`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 4 14:43:18 PDT 2021


zoecarver created this revision.
zoecarver added reviewers: ldionne, CaseyCarter, cjdb.
Herald added a subscriber: mgorny.
zoecarver requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

I started implementing lazy_split_view and found several fairly critical problems. I'm putting this patch up, as a work in progress, to discuss these problems. **Do not review this patch**, it should only be used to discuss the problems with lazy_split_view and how to implement this view.

This patch is not finished or ready for review. I pulled the tests out too. In the future if someone is taking this view over, feel free to reach out and I'll send you some tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107500

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/lazy_split_view.h
  libcxx/include/ranges

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107500.364250.patch
Type: text/x-patch
Size: 12596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210804/4f8650f3/attachment-0001.bin>


More information about the libcxx-commits mailing list