[libcxx-commits] [PATCH] D144767: [libc++][ranges] Implement P2443R1: `views::chunk_by`

Jakub Mazurkiewicz via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 24 19:09:28 PST 2023


JMazurkiewicz updated this revision to Diff 500345.
JMazurkiewicz set the repository for this revision to rG LLVM Github Monorepo.
JMazurkiewicz added a comment.

Fix CI (add missing includes), and update release notes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144767

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/docs/Status/RangesViews.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/chunk_by_view.h
  libcxx/include/module.modulemap.in
  libcxx/include/ranges
  libcxx/include/version
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/ranges.version.compile.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/adaptor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/constraints.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/ctad.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/ctor.view_pred.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/compare.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/decrement.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/deref.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/increment.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/iterator/types.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/pred.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.chunk.by/types.h
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144767.500345.patch
Type: text/x-patch
Size: 80704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230225/874f401a/attachment-0001.bin>


More information about the libcxx-commits mailing list