[PATCH] D10406: [libcxx] Add atomic_support.h header to src that handles needed atomic operations.

Marshall Clow mclow.lists at gmail.com
Mon Jul 6 17:08:49 PDT 2015


mclow.lists accepted this revision.

This revision is now accepted and ready to land.

Except for the stuff in <thread>, this looks good.


================
Comment at: include/thread:338
@@ -338,2 +337,3 @@
+    __invoke(_VSTD::get<0>(_VSTD::move(__t)), _VSTD::get<_Indices>(_VSTD::move(__t))...);
 }
 
----------------
I think this snuck in from somewhere else. Please don't commit this.


http://reviews.llvm.org/D10406







More information about the cfe-commits mailing list