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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Mar 12 07:27:38 PST 2022


philnik created this revision.
philnik added reviewers: var-const, Mordante, ldionne.
Herald added a subscriber: mgorny.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121523

Files:
  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/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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121523.414837.patch
Type: text/x-patch
Size: 20909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220312/f31c4361/attachment-0001.bin>


More information about the libcxx-commits mailing list