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

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 31 07:03:25 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Hristo Hristov (H-G-Hristov)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/189654.diff


1 Files Affected:

- (modified) libcxx/docs/ReleaseNotes/23.rst (+1-1) 


``````````diff
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&``

``````````

</details>


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


More information about the libcxx-commits mailing list