Skip to content

Commit bef39e6

Browse files
authored
[libc++][C++03] Don't run cstdalign.compile.pass.cpp (#163357)
`__alignas_is_defined` and `__alignof_is_defined` are a C++11 feature which we only recently added. I don't think it will break anybody if we don't provide these macros in C++03, so this simply disable the test instead.
1 parent ef4fbb5 commit bef39e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/language.support/support.runtime/cstdalign.compile.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
1212

13-
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
13+
// UNSUPPORTED: c++03
1414

1515
#include <cstdalign>
1616

0 commit comments

Comments
 (0)