commit | afe6794bc2ee35880e970e7e9fcde6c2ad72b51b | [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 | 650d5a150f0d3ff90f77bae7c8c9306e841c19b2 | |
parent | bb1c918ec85f24457a4aeb47a08683df34063916 [diff] [blame] |
Address some post-commit review comments on r217261 llvm-svn: 217276
diff --git a/libcxx/include/future b/libcxx/include/future index 7cd88cb..83513fa 100644 --- a/libcxx/include/future +++ b/libcxx/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