Opened 12 years ago

Closed 12 years ago

#4238 closed Patches (fixed)

timed_lock_upgrade(relative_time) calls timed_lock(absolute_time)

Reported by: anonymous Owned by: Anthony Williams
Milestone: Boost 1.43.0 Component: thread
Version: Boost 1.43.0 Severity: Problem
Keywords: Cc:

Description

timed_lock_upgrade(relative_time) should call timed_lock_upgrade(absolute_time) rather than timed_lock(absolute_time).

Attachments (1)

timed_lock_upgrade.patch (554 bytes ) - added by Damien R. 12 years ago.
Patch

Download all attachments as: .zip

Change History (3)

by Damien R., 12 years ago

Attachment: timed_lock_upgrade.patch added

Patch

comment:1 by viboes, 12 years ago

Type: BugsPatches

comment:2 by Anthony Williams, 12 years ago

Resolution: fixed
Status: newclosed

Fixed on trunk

Note: See TracTickets for help on using tickets.