DE 23
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111746 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
// <thread>
|
||||
|
||||
// #define __STDCPP_THREADS __cplusplus
|
||||
// #define __STDCPP_THREADS__ __cplusplus
|
||||
|
||||
#include <thread>
|
||||
|
||||
int main()
|
||||
{
|
||||
#ifndef __STDCPP_THREADS
|
||||
#error __STDCPP_THREADS is not defined
|
||||
#ifndef __STDCPP_THREADS__
|
||||
#error __STDCPP_THREADS__ is not defined
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user