Skip to content

Commit b4fed32

Browse files
remove arm and freebsd from warning
1 parent f2a5a94 commit b4fed32

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libcxx/include/__tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,7 @@ public:
624624
//
625625
// during constant evaluation as part of P3372
626626
// on:
627-
// 1. Arm CI which is on clang 19.x (will be fixed in: https://github.com/llvm/llvm-project/issues/161159 )
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
627+
// 1. AppleClang is not yet using clang >= 20.x, which has "fixed" this issue
630628
// FIXME: when AppleClang is based off of clang >= 20.x
631629
// FIXME: when Clang-based CI is using clang >= 20.x
632630
#if (defined(_LIBCPP_CLANG_VER) && _LIBCPP_CLANG_VER < 2000) || \

0 commit comments

Comments
 (0)