[libcxx-commits] [libcxx] [libc++] Use availability to rely on key functions for bad_expected_access and bad_function_call (PR #87390)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 5 02:38:07 PDT 2024


================
@@ -74,7 +77,9 @@ class _LIBCPP_EXPORTED_FROM_ABI bad_function_call : public exception {
   const char* what() const _NOEXCEPT override;
----------------
philnik777 wrote:

I think it would be good to add why we still consider this an ABI break, since it's not obvious.


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


More information about the libcxx-commits mailing list