[libcxx-commits] [libcxx] [libc++] Simplify the implementation of the pointer aliases in allocator_traits (PR #127079)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 26 08:19:08 PST 2025


================
@@ -49,50 +49,38 @@ using __pointer_member _LIBCPP_NODEBUG = typename _Tp::pointer;
 template <class _Tp, class _Alloc>
----------------
ldionne wrote:

I don't think you want to drop the comments like `__const_pointer` & friends below, since we do it consistently for everything like `__propagate_on_container_move_assignment`.

https://github.com/llvm/llvm-project/pull/127079


More information about the libcxx-commits mailing list