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 f2a5a94 commit b4fed32Copy full SHA for b4fed32
libcxx/include/__tree
@@ -624,9 +624,7 @@ public:
624
//
625
// during constant evaluation as part of P3372
626
// 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
+// 1. AppleClang is not yet using clang >= 20.x, which has "fixed" this issue
630
// FIXME: when AppleClang is based off of clang >= 20.x
631
// FIXME: when Clang-based CI is using clang >= 20.x
632
#if (defined(_LIBCPP_CLANG_VER) && _LIBCPP_CLANG_VER < 2000) || \
0 commit comments