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 37ba94b commit 17f7c0bCopy full SHA for 17f7c0b
libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/is_array.pass.cpp
@@ -73,7 +73,7 @@ typedef void (*FunctionPtr)();
73
int main(int, char**)
74
{
75
test_is_array<char[3]>();
76
- // Android clang-r536225 identifies as clang-19, but it predates the
+ // Android clang-r536225 identifies as clang-19.0, but it predates the
77
// LLVM 19.0.0 release. It lacks llvm.org/pr86652, which changed __is_array
78
// to return false for T[0]. llvm.org/pr93037 relies on that change for
79
// correct handling of std::is_array<T[0]>. This test will pass as long as
0 commit comments