File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,11 @@ Deprecations and Removals
148
148
macro is provided to restore the previous behavior, and it will be supported in the LLVM 18 release only.
149
149
In LLVM 19 and beyond, ``_LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT `` will not be honored anymore.
150
150
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
152
152
to customize the assertion handler that gets invoked when a hardening assertion fails is now by setting the
153
153
``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.
156
156
157
157
- In safe mode (which is now equivalent to the ``extensive `` hardening mode), a failed assertion will now
158
158
generate a trap rather than a call to verbose abort.
You can’t perform that action at this time.
0 commit comments