[libcxx-commits] [PATCH] D122982: [libc++] Implement ranges::copy{, _n, _if, _backward}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 3 23:21:39 PDT 2022


philnik updated this revision to Diff 420105.
philnik added a comment.

- Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122982

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/copy.h
  libcxx/include/__algorithm/copy_backward.h
  libcxx/include/__algorithm/ranges_copy.h
  libcxx/include/__algorithm/ranges_copy_backward.h
  libcxx/include/__algorithm/ranges_copy_if.h
  libcxx/include/__algorithm/ranges_copy_n.h
  libcxx/include/__algorithm/unwrap_iter.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_copy.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_copy_backward.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_copy_if.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_copy_n.module.verify.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy_backward.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy_if.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ranges.copy_n.pass.cpp
  libcxx/test/support/almost_satisfies_types.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122982.420105.patch
Type: text/x-patch
Size: 56759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220404/a3ed4628/attachment-0001.bin>


More information about the libcxx-commits mailing list