Skip to content

Commit

Permalink
Add a release note.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Wyatt committed Sep 19, 2024
1 parent 78526c0 commit e8d6586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libcxx/docs/ReleaseNotes/20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ Deprecations and Removals
supported as an extension anymore, please migrate any code that uses e.g. ``std::vector<const T>`` to be
standards conforming.

- The function ``__libcpp_verbose_abort()`` is now ``noexcept``, to match ``std::terminate()``. (The combination of
``noexcept`` and ``[[noreturn]]`` has special significance for function effects analysis.)

Upcoming Deprecations and Removals
----------------------------------

Expand Down

0 comments on commit e8d6586

Please sign in to comment.