Opened 14 years ago
Closed 14 years ago
#1873 closed Bugs (fixed)
scoped_try_lock constructor does lock() not try_lock()
Reported by: | Anthony Williams | Owned by: | Anthony Williams |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | thread |
Version: | Boost 1.35.0 | Severity: | Regression |
Keywords: | Cc: |
Description
The boost 1.35.0 scoped_try_lock constructor calls lock() rather than try_lock(), which is a breaking change compared to boost 1.34.1, and may result in applications deadlocking.
Note:
See TracTickets
for help on using tickets.