[libcxx-commits] [PATCH] D101948: [libc++] Future-proof std::copy for ranges
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 24 09:37:21 PDT 2021
ldionne abandoned this revision.
ldionne added a comment.
After giving more thought to this, it appears that we're going to have to handle each algorithm on its own. We'll try to avoid duplication as much as possible, however it's not clear to me that a 100% mechanical approach is going to work for all algorithms.
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