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

llvm-svn: 371886
This commit is contained in:
Eric Fiselier 2019-09-13 19:09:29 +00:00
parent 449ca01bac
commit e210c0383b
1 changed files with 1 additions and 0 deletions

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