[libcxx-commits] [libcxx] Make __libcpp_verbose_abort() noexcept like std::terminate() (PR #109151)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 18 09:05:45 PDT 2024


https://github.com/ldionne commented:

This makes sense to me, however this is technically a breaking change because in the past we have advertised `__libcpp_verbose_abort` as being overridable (that's why it was a weak def).

We'd also want to add a release note for this change in `libcxx/docs/ReleaseNotes/20.rst`, probably under `Deprecations and Removals`.

Pinging @llvm/libcxx-vendors for awareness.

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


More information about the libcxx-commits mailing list