Skip to content

Commit 2c6ed5f

Browse files
committed
[libc++][NFC] Remove trailing whitespace from release notes
1 parent 1842a3d commit 2c6ed5f

File tree

1 file changed

+2
-2
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+2
-2
lines changed

libcxx/docs/ReleaseNotes/20.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ Deprecations and Removals
125125
supported as an extension anymore, please migrate any code that uses e.g. ``std::vector<const T>`` to be
126126
standards conforming.
127127

128-
- Non-conforming member typedefs ``base``, ``iterator``, ``const_iterator``, and ``const_reference`` of ``std::bitset``,
128+
- Non-conforming member typedefs ``base``, ``iterator``, ``const_iterator``, and ``const_reference`` of ``std::bitset``,
129129
and member typedef ``base`` of ``std::forward_list`` and ``std::list`` are removed. Previously, these member typedefs
130-
(except ``const_reference``) were private but could cause ambiguity in name lookup. Code that expects such ambiguity
130+
(except ``const_reference``) were private but could cause ambiguity in name lookup. Code that expects such ambiguity
131131
will possibly not compile in LLVM 20.
132132

133133
- The function ``__libcpp_verbose_abort()`` is now ``noexcept``, to match ``std::terminate()``. (The combination of

0 commit comments

Comments
 (0)