Opened 10 years ago
Last modified 10 years ago
#7591 closed Feature Requests
Add lockable traits that can be used with enable_if — at Version 1
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.
Note:
See TracTickets
for help on using tickets.