[libcxx-commits] [PATCH] D141699: [In Progress][libc++][ranges] Implement P2474R2(`views::repeat`).

Yurong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 15 09:51:05 PST 2023


yronglin updated this revision to Diff 489372.
yronglin added a comment.
Herald added a subscriber: arichardson.

Update implementation.
Tests still in proress now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141699

Files:
  libcxx/docs/Status/RangesViews.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/drop_view.h
  libcxx/include/__ranges/repeat_view.h
  libcxx/include/__ranges/take_view.h
  libcxx/include/module.modulemap.in
  libcxx/include/ranges
  libcxx/test/std/ranges/range.factories/range.repeat.view/begin.pass.cpp
  libcxx/test/std/ranges/range.factories/range.repeat.view/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.factories/range.repeat.view/end.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141699.489372.patch
Type: text/x-patch
Size: 23139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230115/3a66e99b/attachment-0001.bin>


More information about the libcxx-commits mailing list