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)
Change History (3)
by , 12 years ago
Attachment: | timed_lock_upgrade.patch added |
---|
comment:1 by , 12 years ago
Type: | Bugs → Patches |
---|
Note:
See TracTickets
for help on using tickets.
Patch