[Boost-bugs] [Boost C++ Libraries] #6672: upgrade_lock:: missing constructors from time related types

Subject: [Boost-bugs] [Boost C++ Libraries] #6672: upgrade_lock:: missing constructors from time related types
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-10 13:57:59


#6672: upgrade_lock:: missing constructors from time related types
------------------------------+---------------------------------------------
 Reporter: viboes | Owner: viboes
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.49.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 The constructors


 {{{
     template <class Clock, class Duration>
     upgrade_lock(Mutex& mtx, const chrono::time_point<Clock, Duration>&
 t);
     template <class Rep, class Period>
     upgrade_lock(Mutex& mtx, const chrono::duration<Rep, Period>& d);
 }}}

 should be added to upgrade_lock to be coherent with unique_lock and
 shared_lock.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6672>
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:09 UTC