diff options
Diffstat (limited to 'libcxx/include/thread')
-rw-r--r-- | libcxx/include/thread | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/thread b/libcxx/include/thread index 6bf3189294f..dad1ed156e1 100644 --- a/libcxx/include/thread +++ b/libcxx/include/thread @@ -15,7 +15,7 @@ thread synopsis -#define __STDCPP_THREADS __cplusplus +#define __STDCPP_THREADS__ __cplusplus namespace std { @@ -99,7 +99,7 @@ void sleep_for(const chrono::duration<Rep, Period>& rel_time); #pragma GCC system_header -#define __STDCPP_THREADS __cplusplus +#define __STDCPP_THREADS__ __cplusplus _LIBCPP_BEGIN_NAMESPACE_STD |