[libcxx-commits] [PATCH] D107671: [libcxx][ranges] Add `ranges::join_view`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 6 15:34:28 PDT 2021


zoecarver created this revision.
zoecarver added reviewers: ldionne, 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++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107671

Files:
  libcxx/docs/Status/RangesPaper.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/join_view.h
  libcxx/include/__ranges/non_propagating_cache.h
  libcxx/include/module.modulemap
  libcxx/include/ranges
  libcxx/test/libcxx/diagnostics/detail.headers/ranges/join_view.module.verify.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/ctad.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/ctor.base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/general.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/arrow.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/ctor.other.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/ctor.parent.outer.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/decrement.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/eq.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/increment.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/iter.move.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/iter.swap.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/member_types.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/star.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/sentinel/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/sentinel/ctor.other.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/sentinel/ctor.parent.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/sentinel/eq.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.join.view/types.h
  libcxx/test/support/test_iterators.h
  libcxx/test/support/test_range.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107671.364899.patch
Type: text/x-patch
Size: 62441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210806/5adcd8fc/attachment-0001.bin>


More information about the libcxx-commits mailing list