[libcxx-commits] [libcxx] Make __libcpp_verbose_abort() noexcept like std::terminate() (PR #109151)
Doug Wyatt via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 18 07:59:31 PDT 2024
dougsonos wrote:
Oops, I forgot to make the implementation `noexcept` too. This highlights that the question here is whether changing this interface to `noexcept` is going to break anything...
https://github.com/llvm/llvm-project/pull/109151
More information about the libcxx-commits
mailing list