[libcxx-commits] [PATCH] D129549: [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms:
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 12 02:05:07 PDT 2022
var-const added a comment.
This should both make implementing the remaining algorithms easier by taking care of the most boring/repetitive parts, and make reviewing them easier by reducing the delta (and leaving only the meaningful changes in the delta).
While I deliberately omitted any algorithms currently under review, this will cause merge conflicts for any unuploaded work. However, those should be straightforward to resolve by just preferring local over upstream.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129549/new/
https://reviews.llvm.org/D129549
More information about the libcxx-commits
mailing list