mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-27 05:40:48 +00:00
[libc++] Mark lock_guard nodiscard test as unsupported in C++03
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@369672 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4ef3309d94
commit
c8e19578f2
@ -12,6 +12,9 @@
|
||||
// UNSUPPORTED: clang-6, clang-7, clang-8, clang-9
|
||||
// UNSUPPORTED: apple-clang-9, apple-clang-10, apple-clang-11
|
||||
|
||||
// [[nodiscard]] isn't supported in C++98 and C++03 (not even as an extension)
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <mutex>
|
||||
|
||||
// template <class Mutex> class lock_guard;
|
||||
|
Loading…
Reference in New Issue
Block a user