Opened 11 years ago

Closed 10 years ago

#6672 closed Feature Requests (fixed)

upgrade_lock:: missing constructors from time related types

Reported by: viboes Owned by: viboes
Milestone: Boost 1.50.0 Component: thread
Version: Boost 1.49.0 Severity: Problem
Keywords: Cc:

Description

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.

Change History (2)

comment:1 by viboes, 11 years ago

Milestone: To Be DeterminedBoost 1.50.0
Status: newassigned

comment:2 by viboes, 10 years ago

Resolution: fixed
Status: assignedclosed

Committed in release branch at [78543]

Note: See TracTickets for help on using tickets.