Mark [[nodiscard]] test as unsupported with GCC 5

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@371886 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2019-09-13 19:09:29 +00:00
parent 2612dbb394
commit 539921b79e

View File

@@ -11,6 +11,7 @@
// [[nodiscard]] on constructors isn't supported by all compilers
// UNSUPPORTED: clang-6, clang-7, clang-8, clang-9
// UNSUPPORTED: apple-clang-9, apple-clang-10, apple-clang-11
// UNSUPPORTED: gcc-5
// [[nodiscard]] isn't supported in C++98 and C++03 (not even as an extension)
// UNSUPPORTED: c++98, c++03