[libcxx-commits] [PATCH] D123016: [libc++] Implement ranges::{all, any, none}_of

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 26 07:34:51 PDT 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

I don't think we have any tests that these algorithms are actually function objects that can be e.g. passed as a function argument. Didn't we have a test file that checked all algorithms and views for being niebloids? If so, let's update it. If not, let's create one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123016



More information about the libcxx-commits mailing list