Opened 10 years ago
Closed 10 years ago
#7591 closed Feature Requests (fixed)
Add lockable traits that can be used with enable_if
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.53.0 | Component: | thread |
Version: | Boost 1.52.0 | Severity: | Not Applicable |
Keywords: | Cc: | viboes |
Description (last modified by )
Some functions taking a Lockable parameter should be instantiated only when the parameter is a model of Lockable.
Adding some traits as is_basic_lockable, is_lockable, .... will help.
Change History (4)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Cc: | added |
---|---|
Milestone: | To Be Determined |
comment:3 by , 10 years ago
Milestone: | → Boost 1.53.0 |
---|
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed revision [81667].
Note:
See TracTickets
for help on using tickets.
Committed in trunk [81175].