[libcxx-commits] [PATCH] D141699: [libc++][ranges] Implement P2474R2(`views::repeat`).
Yurong via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 18 04:29:32 PDT 2023
yronglin updated this revision to Diff 541455.
yronglin marked 6 inline comments as done.
yronglin added a comment.
Address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141699/new/
https://reviews.llvm.org/D141699
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/docs/ReleaseNotes.rst
libcxx/docs/Status/Cxx23Issues.csv
libcxx/docs/Status/Cxx23Papers.csv
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/include/version
libcxx/modules/std/ranges.cppm
libcxx/test/libcxx/ranges/range.factories/range.repeat.view/ctor.piecewise.pass.cpp
libcxx/test/libcxx/ranges/range.factories/range.repeat.view/ctor.value.bound.pass.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.drop/adaptor.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take/adaptor.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/begin.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/ctad.compile.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/ctor.default.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/ctor.piecewise.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/ctor.value.bound.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/end.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/compare.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/ctor.default.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/decrement.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/increment.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/member_typedefs.compile.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/minus.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/minus_eq.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/plus.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/plus_eq.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/star.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/iterator/subscript.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/size.pass.cpp
libcxx/test/std/ranges/range.factories/range.repeat.view/views_repeat.pass.cpp
libcxx/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141699.541455.patch
Type: text/x-patch
Size: 80004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230718/cde8f4ad/attachment-0001.bin>
More information about the libcxx-commits
mailing list