[libcxx-commits] [libcxx] [libc++] Implement P0493R5: Atomic minimum/maximum (PR #180333)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 7 09:23:24 PST 2026


================
@@ -39,6 +39,7 @@ Implemented Papers
 ------------------
 
 - P2440R1 (partial): ``ranges::iota`` and ``ranges::shift_left`` are supported (`Github <https://llvm.org/PR105184>`__)
+- P0493R5: Atomic minimum/maximum are supported (`Github <https://llvm.org/PR105418>`__)
----------------
H-G-Hristov wrote:

```suggestion
- P0493R5: Atomic minimum/maximum (`Github <https://llvm.org/PR105418>`__)
```
This should be the name of the paper.

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


More information about the libcxx-commits mailing list