[Boost-bugs] [Boost C++ Libraries] #7537: deprecate Mutex::scoped_lock and scoped_try_lock and boost::condition

Subject: [Boost-bugs] [Boost C++ Libraries] #7537: deprecate Mutex::scoped_lock and scoped_try_lock and boost::condition
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-10-20 16:05:05


#7537: deprecate Mutex::scoped_lock and scoped_try_lock and boost::condition
------------------------------+---------------------------------------------
 Reporter: viboes | Owner: viboes
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.52.0 | Severity: Cosmetic
 Keywords: |
------------------------------+---------------------------------------------
 The Mutex::scoped_lock and scoped_try_lock make mutex types dependent from
 locks.

 I would like to make them independent.

 In addition they are there since 1.35. I think it is time the user moves
 to use the standard unique_lock.

 The boost::condition condition is there since 1.35. I think it is time the
 user moves to use the standard condition_variable_any.

 As usual, the user will have 6 releases to move. Two macros will be
 provided to enable/disable the inclusion of the deprecated features.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7537>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC