[libcxx-commits] [libcxx] [libc++][NFC] Remove `pointer_traits<__wrap_iter>` partial specialization (PR #178864)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 30 04:09:15 PST 2026
frederick-vs-ja wrote:
Oops. It turns out that this shouldn't be NFC. Our `__to_address` is probably supposed to return raw pointers, while the return type of `operator->` of `__wrap_iter` and `__bounded_iter` is `iterator<I>::pointer` which isn't necessary a raw pointer.
https://github.com/llvm/llvm-project/pull/178864
More information about the libcxx-commits
mailing list