[libcxx-commits] [PATCH] D156956: [libc++] Optimize ranges::count for __bit_iterators

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 28 09:31:45 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/test/std/algorithms/alg.nonmodifying/alg.count/count.pass.cpp:1
 //===----------------------------------------------------------------------===//
 //
----------------
We need a test with `ranges::count` and `std::vector<bool>` too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156956



More information about the libcxx-commits mailing list