[libcxx-commits] [PATCH] D101948: [libc++] Future-proof std::copy for ranges
Tim Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 7 15:48:35 PDT 2021
tcanens added a comment.
I think something like `remove` or `rotate` (and more generally algorithms that require the use of the new `iter_move` and `iter_swap` customization points) might be a more interesting exercise.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101948/new/
https://reviews.llvm.org/D101948
More information about the libcxx-commits
mailing list