Opened 9 years ago
Closed 9 years ago
#8645 closed Bugs (fixed)
Typo in Strict lock definition
| Reported by: | Owned by: | viboes | |
|---|---|---|---|
| Milestone: | Boost 1.54.0 | Component: | thread |
| Version: | Boost Development Trunk | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
Tutorial on thread Synchronization:
Definition of strict Lock is written as: A StrictLock is a lock that ensures that the associated mutex is locked during the lifetime if the lock.
It should be "lifetime of the lock" instead of "lifetime if the lock".
Change History (4)
comment:1 by , 9 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 9 years ago
| Component: | Documentation → thread |
|---|
comment:3 by , 9 years ago
| Milestone: | To Be Determined → Boost 1.54.0 |
|---|
comment:4 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [84629]) Thread: Merge history and fix #8645.