[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:56:48 PST 2023


yronglin updated this revision to Diff 489373.
yronglin marked an inline comment as done.
yronglin added a comment.

Update `#if _LIBCPP_STD_VER > 17` to `#if _LIBCPP_STD_VER >= 23`


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.489373.patch
Type: text/x-patch
Size: 24519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230115/e5c3912c/attachment-0001.bin>


More information about the libcxx-commits mailing list