[libcxx-commits] [PATCH] D147741: [libc++] unwrap iterator parameters to __uninitialized_allocator_copy before calling std::copy
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 11 05:05:14 PDT 2023
philnik added a comment.
In D147741#4256801 <https://reviews.llvm.org/D147741#4256801>, @hiraditya wrote:
> 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?
You can look at `__algorithm/equal.h` to see how we unwrap iterators elsewhere.
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