[PATCH] D106913: Add llvm::equal convenient wrapper for ranges around std::equal
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 27 13:08:11 PDT 2021
rriddle added a comment.
In D106913#2908384 <https://reviews.llvm.org/D106913#2908384>, @mehdi_amini wrote:
> Should this be named `equal_range`?
I would stick with equal, `equal_range` has a different meaning (https://en.cppreference.com/w/cpp/algorithm/equal_range)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106913/new/
https://reviews.llvm.org/D106913
More information about the llvm-commits
mailing list