[libcxx-commits] [libcxx] [libc++] Impelement P2545R4 Read-Copy Update (RCU) (PR #175451)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 23 11:21:20 PST 2026


================
@@ -49,6 +49,8 @@ Implemented Papers
 - P2835R7: Expose ``std::atomic_ref``'s object address (`Github <https://llvm.org/PR118377>`__)
 - P2944R3: Comparisons for ``reference_wrapper`` (`Github <https://llvm.org/PR105424>`__)
 - P3168R2: Give ``std::optional`` Range Support (`Github <https://llvm.org/PR105430>`__)
+- P2545R4: Read-Copy Update (RCU) (`Github <https://llvm.org/PRXXXXXX>`__) This feature is currently experimental and
----------------
ldionne wrote:

This should be in the 23 release notes.
The link can be https://llvm.org/PR105361

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


More information about the libcxx-commits mailing list