mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 01:18:52 +08:00
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@300622 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -126,7 +126,7 @@ int main()
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#ifndef _LIBCPP_HAS_NO_VARIADICS
|
||||
#if TEST_STD_VER >= 11
|
||||
{
|
||||
L0 l0;
|
||||
L0 l1;
|
||||
@@ -522,5 +522,5 @@ int main()
|
||||
assert(!l2.locked());
|
||||
assert(!l3.locked());
|
||||
}
|
||||
#endif // _LIBCPP_HAS_NO_VARIADICS
|
||||
#endif // TEST_STD_VER >= 11
|
||||
}
|
||||
|
Reference in New Issue
Block a user