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
This commit is contained in:
		@@ -374,7 +374,7 @@ template <class R, class Alloc> struct uses_allocator<packaged_task<R>, Alloc>;
 | 
			
		||||
#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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user