Skip to content

Commit 29acf01

Browse files
Updated FIXME
1 parent b2ccf29 commit 29acf01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ public:
628628
// 2. AppleClang is not yet using clang >= 20.x, which has "fixed" this issue
629629
// 3. A few others like FreeBSD/amd64, AArch64, AIX
630630
// FIXME: when AppleClang is based off of clang >= 20.x
631+
// FIXME: when Clang-based CI is using clang >= 20.x
631632
#if (defined(_LIBCPP_CLANG_VER) && _LIBCPP_CLANG_VER < 2000) || \
632633
(defined(_LIBCPP_APPLE_CLANG_VER) && _LIBCPP_APPLE_CLANG_VER < 2000)
633634
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 ~__tree_node() {}

0 commit comments

Comments
 (0)