|
@@ -8,9 +8,12 @@
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
// UNSUPPORTED: c++98, c++03
|
|
|
-
|
|
|
// UNSUPPORTED: libcpp-has-no-threads
|
|
|
|
|
|
+// Before GCC 6, aggregate initialization kicks in.
|
|
|
+// See https://stackoverflow.com/q/41799015/627587.
|
|
|
+// UNSUPPORTED: gcc-4, gcc-5
|
|
|
+
|
|
|
// <mutex>
|
|
|
|
|
|
// struct defer_lock_t { explicit defer_lock_t() = default; };
|