We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d28d5 commit 3193936Copy full SHA for 3193936
libcxx/include/__tree
@@ -628,7 +628,7 @@ public:
628
// 2. AppleClang is not yet using clang >= 20.x, which has "fixed" this issue
629
// 3. A few others like FreeBSD/amd64, AArch64, AIX
630
// FIXME: when AppleClang is based off of clang >= 20.x
631
-#if _LIBCPP_CLANG_VER < 2000
+#if defined(_LIBCPP_CLANG_VER) && _LIBCPP_CLANG_VER < 2000
632
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 ~__tree_node() {}
633
#else
634
~__tree_node() = delete;
0 commit comments