commit | baed05dd373652596db041a469ed655c5ee49e50 | [log] [tgz] |
---|---|---|
author | Jonathan Roelofs <jonathan@codesourcery.com> | Fri Sep 05 20:28:44 2014 +0000 |
committer | Jonathan Roelofs <jonathan@codesourcery.com> | Fri Sep 05 20:28:44 2014 +0000 |
tree | 04376f4749f20ac3cf6a4068a6f265e7970e2cac | |
parent | 8d86b2e6867297fb2109824c67c50de67f3a31f2 [diff] [blame] |
Address some post-commit review comments on r217261 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@217276 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/future b/include/future index 7cd88cb..83513fa 100644 --- a/include/future +++ b/include/future
@@ -374,7 +374,7 @@ #pragma GCC system_header #endif -#ifndef _LIBCPP_HAS_NO_THREADS +#ifdef _LIBCPP_HAS_NO_THREADS #error <future> is not supported on this single threaded system #else // !_LIBCPP_HAS_NO_THREADS