[libcxx-commits] [PATCH] D124332: [libc++] Implement ranges::for_each{, _n}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 4 11:28:35 PDT 2022


This revision was automatically updated to reflect the committed changes.
philnik marked an inline comment as done.
Closed by commit rG80045e9afa2f: [libc++] Implement ranges::for_each{, _n} (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D124332?vs=426297&id=427080#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124332

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/ranges_for_each.h
  libcxx/include/__algorithm/ranges_for_each_n.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ranges.for_each.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ranges.for_each_n.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124332.427080.patch
Type: text/x-patch
Size: 19855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220504/8ab8129b/attachment-0001.bin>


More information about the libcxx-commits mailing list