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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 12 06:33:08 PDT 2024


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

There was a comment in `__config`, I updated it and corrected it a little.

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


More information about the libcxx-commits mailing list