[libcxx-commits] [PATCH] D147741: [libc++] unwrap iterator parameters to __uninitialized_allocator_copy before calling std::copy

Aditya Kumar via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 10 16:41:18 PDT 2023


hiraditya added a comment.

In D147741#4256058 <https://reviews.llvm.org/D147741#4256058>, @philnik wrote:

> This doesn't fix the problem. `__wrap_iter`s will still not get unwrapped.

what else do we need to unwrap?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147741



More information about the libcxx-commits mailing list