commit | c7ef5656ff75b2e4eca2dc33d9b2d481bfe4d411 | [log] [tgz] |
---|---|---|
author | Richard Smith <[email protected]> | Thu Feb 01 23:31:22 2018 |
committer | Richard Smith <[email protected]> | Thu Feb 01 23:31:22 2018 |
tree | 2b0e2ace4a84206d8089eac1d365abdef26e8558 | |
parent | 2d67d1e2a8d66958bbaec67c0c2ec58f4bdcc376 [diff] |
Disable test in C++<11 mode due to use of alignas. llvm-svn: 324033
diff --git a/libcxx/test/std/utilities/memory/temporary.buffer/overaligned.pass.cpp b/libcxx/test/std/utilities/memory/temporary.buffer/overaligned.pass.cpp index 6476015..52aca81 100644 --- a/libcxx/test/std/utilities/memory/temporary.buffer/overaligned.pass.cpp +++ b/libcxx/test/std/utilities/memory/temporary.buffer/overaligned.pass.cpp
@@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// UNSUPPORTED: c++98, c++03 + // <memory> // template <class T>