Skip to content

Commit 70823fe

Browse files
committed
[libc++][NFC] Fix incorrect formatting of release notes
1 parent 1edb43f commit 70823fe

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

libcxx/docs/ReleaseNotes/18.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ Deprecations and Removals
148148
macro is provided to restore the previous behavior, and it will be supported in the LLVM 18 release only.
149149
In LLVM 19 and beyond, ``_LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT`` will not be honored anymore.
150150

151-
- Overriding `__libcpp_verbose_abort` no longer has any effect on library assertions. The only supported way
151+
- Overriding ``__libcpp_verbose_abort`` no longer has any effect on library assertions. The only supported way
152152
to customize the assertion handler that gets invoked when a hardening assertion fails is now by setting the
153153
``LIBCXX_ASSERTION_HANDLER_FILE`` CMake variable and providing a custom header. See the documentation on
154-
overriding the default assertion handler for details. The ability to override `__libcpp_verbose_abort` will
155-
be removed in an upcoming release in favor of the new overriding mechanism.
154+
overriding the default assertion handler for details. The ability to override ``__libcpp_verbose_abort``
155+
will be removed in an upcoming release in favor of the new overriding mechanism.
156156

157157
- In safe mode (which is now equivalent to the ``extensive`` hardening mode), a failed assertion will now
158158
generate a trap rather than a call to verbose abort.

0 commit comments

Comments
 (0)