[libcxx-commits] [libcxx] [libc++][NFC] Remove `pointer_traits<__wrap_iter>` partial specialization (PR #178864)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 20 02:14:36 PDT 2026
================
@@ -23,6 +23,7 @@
#include <__type_traits/is_convertible.h>
#include <__type_traits/is_same.h>
#include <__type_traits/make_const_lvalue_ref.h>
+#include <__type_traits/remove_reference.h>
----------------
philnik777 wrote:
Can we have these changes separated?
https://github.com/llvm/llvm-project/pull/178864
More information about the libcxx-commits
mailing list