EricWF added inline comments.

================
Comment at: include/mutex:177
+template<class M> unique_lock(unique_lock<M>)
+    -> unique_lock<M>; // C++17
+
----------------
mclow.lists wrote:
> And what's with the 'M'?  (here and below)
No idea, but I would remove the explicit deduction guides from this patch. They 
are not correct and are unneeded.


https://reviews.llvm.org/D31163



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to