[PATCH] D31163: Implement Pp0156r2 "Variadic Lock Guard, version 5"
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 22 17:33:00 PDT 2017
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
More information about the cfe-commits
mailing list