[libcxx-commits] [PATCH] D130116: [libc++][ranges] implement `std::ranges::includes`
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 19 20:36:52 PDT 2022
var-const added inline comments.
================
Comment at: libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/ranges_includes.pass.cpp:239
+ withAllPermutationsOfIter1AndIter2();
// TODO: A custom comparator works.
// TODO: A custom projection works.
----------------
jloser wrote:
> Nit: we can remove these TODOs since you have tests below with a custom comparator and custom projection, right?
+1 -- sorry I somehow missed that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130116/new/
https://reviews.llvm.org/D130116
More information about the libcxx-commits
mailing list