
20 Oct
2012
20 Oct
'12
12:07 p.m.
On Sat, Oct 20, 2012 at 1:08 PM, Vicente J. Botet Escriba <vicente.botet@wanadoo.fr> wrote:
I would like to deprecate the following features in Boost.Thread:
Since when are the replacement functions available? Is deprecation a docs-only thing?
The user should use instead unique_lock<Mutex> and the new public class try_unique_lock.
Isn't the C++11 name lock_guard<mutex>? -- Olaf