[flang-commits] [lld] [compiler-rt] [flang] [llvm] [libcxx] [clang-tools-extra] [clang] [libc] [libc++][memory] P2652R2: Disallow Specialization of `allocator_traits` (PR #79978)
Hristo Hristov via flang-commits
flang-commits at lists.llvm.org
Tue Jan 30 23:41:43 PST 2024
================
@@ -37,12 +37,16 @@ What's New in Libc++ 19.0.0?
Implemented Papers
------------------
+
- P2637R3 - Member ``visit``
+- P2652R2 - Disallow User Specialization of ``allocator_traits``
Improvements and New Features
-----------------------------
-TODO
+
+- The ``_LIBCPP_ENABLE_CXX23_USER_SPECIALIZATION_OF_ALLOCATOR_TRAITS`` macro has been added to re-enable user specialization
----------------
H-G-Hristov wrote:
I thought so, removed it. Thank you for reviewing!
https://github.com/llvm/llvm-project/pull/79978
More information about the flang-commits
mailing list