[libcxx-commits] [libcxx] [libc++][numeric] P4052R0: Renaming saturation arithmetic functions (PR #189574)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 31 06:18:49 PDT 2026
================
@@ -55,7 +56,7 @@ Deprecations and Removals
- The ``std::launch::any`` enumerator that was accidentally provided as an extension is now deprecated.
It will be removed in LLVM 25.
-- In ``__wrap_iter`` (iterator wrapper type for ``array``, ``span``, ``string``, ``string_view`` and ``vector``),
+- In ``__wrap_iter`` (iterator wrapper type for ``array``, ``span``, ``string``, ``string_view`` and ``vector``),
----------------
H-G-Hristov wrote:
My editor auto-formats this. I'll commit a separate fix. Thanks.
https://github.com/llvm/llvm-project/pull/189574
More information about the libcxx-commits
mailing list