$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [thread] deprecating Mutex::scoped_lock and Mutex::scoped_try_lock and boost::condition
From: Olaf van der Spek (ml_at_[hidden])
Date: 2012-10-20 08:07:55
On Sat, Oct 20, 2012 at 1:08 PM, Vicente J. Botet Escriba
<vicente.botet_at_[hidden]> 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