[libcxx-commits] [PATCH] D103327: [libc++] NFC: Move std::copy to its own header

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 28 12:10:26 PDT 2021


Quuxplusone added a comment.

I'd still like to see the long-term plan here: Would you have `__algorithm/ranges_copy.h` sitting alongside `__algorithm/copy.h`? Or would you roll them together into one header? (The former would proliferate headers twice as fast. But the latter would force all libc++ users of `std::copy` to depend on large swaths of `<ranges>`, so the former is the lesser evil.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103327/new/

https://reviews.llvm.org/D103327



More information about the libcxx-commits mailing list