[libcxx-commits] [PATCH] D124978: [libc++][ranges] Implement `views::single`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 4 22:02:20 PDT 2022


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

This only adds the customization point object (which isn't pipeable),
the view itself has already been implemented previously.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124978

Files:
  libcxx/include/__ranges/lazy_split_view.h
  libcxx/include/__ranges/single_view.h
  libcxx/test/std/ranges/range.adaptors/range.lazy.split/ctor.range.pass.cpp
  libcxx/test/std/ranges/range.factories/range.single.view/cpo.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124978.427194.patch
Type: text/x-patch
Size: 4610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220505/7d8bc91a/attachment.bin>


More information about the libcxx-commits mailing list