[PATCH] D21260: Implement variadic lock_guard.

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 13 14:51:36 PDT 2016


mclow.lists added a comment.

You should only get the multi-mutex version in C++17.


================
Comment at: include/mutex:579
@@ -578,2 +578,3 @@
 #endif  // _LIBCPP_HAS_NO_VARIADICS
 
+
----------------
You need to update the synopsis at the top of the file.


http://reviews.llvm.org/D21260





More information about the cfe-commits mailing list