[libcxx-commits] [libcxx] [libc++][NFC] Removed an EOL stray white space in Release Notes (PR #189654)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 31 06:08:41 PDT 2026


https://github.com/H-G-Hristov created https://github.com/llvm/llvm-project/pull/189654

None

>From 5127dc18cf3a0b39fe7ae298a3fe1abf33858b55 Mon Sep 17 00:00:00 2001
From: Hristo Hristov <hghristov.rmm at gmail.com>
Date: Tue, 31 Mar 2026 16:08:10 +0300
Subject: [PATCH] [libc++][NFC] Removed an EOL stray white space in Release
 Notes

---
 libcxx/docs/ReleaseNotes/23.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcxx/docs/ReleaseNotes/23.rst b/libcxx/docs/ReleaseNotes/23.rst
index 88282526859aa..aeabfeedfbc5e 100644
--- a/libcxx/docs/ReleaseNotes/23.rst
+++ b/libcxx/docs/ReleaseNotes/23.rst
@@ -55,7 +55,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``),
   the ``base()`` method and ``iterator_type`` member type have been removed as they are non-standard.
 
 - In ``__bit_reference`` (the proxy ``reference`` type of ``bitset`` and ``vector<bool>``), the overloaded ``operator&``



More information about the libcxx-commits mailing list