[libcxx-commits] [PATCH] D121523: [libc++][ranges] Implement ranges::count{, _if}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 2 01:03:58 PDT 2022


philnik updated this revision to Diff 419956.
philnik marked an inline comment as done.
philnik added a comment.

- Address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121523

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/ranges_count.h
  libcxx/include/__algorithm/ranges_count_if.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_count.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_count_if.module.verify.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.count/ranges.count.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.count/ranges.count_if.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121523.419956.patch
Type: text/x-patch
Size: 34489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220402/53a5af0a/attachment-0001.bin>


More information about the libcxx-commits mailing list