[libcxx] r276309 - Remove FIXME for feature test macro

JF Bastien via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 21 10:34:29 PDT 2016


Author: jfb
Date: Thu Jul 21 12:34:28 2016
New Revision: 276309

URL: http://llvm.org/viewvc/llvm-project?rev=276309&view=rev
Log:
Remove FIXME for feature test macro

The value I'd picked was correct, as per the recently published SG10 paper http://wg21.link/p0096r3

Modified:
    libcxx/trunk/include/atomic

Modified: libcxx/trunk/include/atomic
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/atomic?rev=276309&r1=276308&r2=276309&view=diff
==============================================================================
--- libcxx/trunk/include/atomic (original)
+++ libcxx/trunk/include/atomic Thu Jul 21 12:34:28 2016
@@ -557,7 +557,6 @@ void atomic_signal_fence(memory_order m)
 #endif
 
 #if _LIBCPP_STD_VER > 14
-// FIXME: use the right feature test macro value as chose by SG10.
 # define __cpp_lib_atomic_is_always_lock_free 201603L
 #endif
 




More information about the cfe-commits mailing list