Talk:cpp/thread/lock guard/lock guard
From cppreference.com
I believe that the change to make lock_guard a variadic template was abandoned due to concerns about ABI breakage. The most recent proposal[1] does not change lock_guard at all; it instead proposes a new class scoped_lock (which there is already a page for). I don't think there is any proposed change to lock_guard in C++17.
- the current C++ standard working draft has these constructors. The change that introduces scoped_lock hasn't been voted yet. In fact, we should know how it goes in a few days: the committee is in session! --Cubbi (talk) 12:34, 27 February 2017 (PST)
- now it's really in C++17, so fixed, thanks. --Cubbi (talk) 20:23, 3 March 2017 (PST)