[libcxx-commits] [PATCH] D127194: [libc++][ranges] Implement `ranges::is_permutation`
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 5 02:36:19 PDT 2022
var-const added a comment.
In D127194#3700467 <https://reviews.llvm.org/D127194#3700467>, @h-vetinari wrote:
> That was the last algorithm in `RangesAlgorithms.csv` - congratulations! :)
Thank you! There are more range algorithms added in C++23, but we're now finished with what was in the original One Ranges Proposal.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127194/new/
https://reviews.llvm.org/D127194
More information about the libcxx-commits
mailing list