[libcxx-commits] [libcxx] [libcxxabi] [libc++] Introduce the notion of a minimum header version (PR #166074)
Nico Weber via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 20 08:16:07 PDT 2026
================
@@ -25,4 +27,6 @@ class _LIBCPP_EXPORTED_FROM_ABI bad_any_cast : public bad_cast {
const char* bad_any_cast::what() const noexcept { return "bad any cast"; }
+#endif
+
_LIBCPP_END_NAMESPACE_LFTS
----------------
nico wrote:
LMK once this specific issue is fixed, and I'll change our config to set _LIBCPP_AVAILABILITY_MINIMUM_HEADER_VERSION to 23 instead of 2. That'll identify additional issues that we're seeing, at least :)
Thanks!
https://github.com/llvm/llvm-project/pull/166074
More information about the libcxx-commits
mailing list