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




_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to