Opened 14 years ago
Closed 11 years ago
#2639 closed Patches (fixed)
documentation should be extended
| Reported by: | Owned by: | viboes | |
|---|---|---|---|
| Milestone: | Boost 1.49.0 | Component: | thread |
| Version: | Boost 1.37.0 | Severity: | Not Applicable |
| Keywords: | Cc: | viboes |
Description
extern const defer_lock_t defer_lock; extern const try_to_lock_t try_to_lock; extern const adopt_lock_t adopt_lock;
and their use should be explained in the documentaion
Attachments (1)
Change History (5)
comment:1 by , 13 years ago
| Component: | threads → thread |
|---|
by , 12 years ago
| Attachment: | lock_options.patch added |
|---|
comment:2 by , 12 years ago
| Type: | Feature Requests → Patches |
|---|
comment:3 by , 11 years ago
| Cc: | added |
|---|---|
| Milestone: | Boost 1.38.0 → Boost 1.49.0 |
| Owner: | changed from to |
| Status: | new → assigned |
Committed in trunk revision 75790.
comment:4 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Committed in release at #76291
Note:
See TracTickets
for help on using tickets.

This is true and false. this is documented but not on the reference manual. Anthony you need just to add the the declarations and a short explanation.
struct defer_lock_t {}; struct try_to_lock_t {}; struct adopt_lock_t {}; const defer_lock_t defer_lock; const try_to_lock_t try_to_lock; const adopt_lock_t adopt_lock;BTW, N3000 does not defines this tags types and constants neither.