[libcxx-commits] [libcxx] [libc++] Implement P1901R2: owner_hash and owner_equal for shared_ptr/weak_ptr (PR #210551)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 26 00:27:21 PDT 2026


================
@@ -39,6 +39,7 @@ Implemented Papers
 ------------------
 
 - P0493R5: Atomic minimum/maximum (`Github <https://llvm.org/PR105418>`__)
+- P1901R2: Enabling the Use of ``weak_ptr`` as Keys in Unordered Associative Containers (`Github <https://llvm.org/PR105372>`__)
----------------
frederick-vs-ja wrote:

It's a bit unfortunate that edits in release notes constantly suffer from merge conflicts. Let's resolve the merge conflict here.

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


More information about the libcxx-commits mailing list