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 , 11 years ago
| Milestone: | To Be Determined → Boost 1.50.0 |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Committed in release branch at [78543]