Opened 10 years ago
Last modified 10 years ago
#7588 closed Tasks
Split the locks.hpp in several files to limit depedencies — at Version 2
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.53.0 | Component: | thread |
Version: | Boost 1.52.0 | Severity: | Optimization |
Keywords: | Cc: |
Description (last modified by )
The locks.hpp file could be separated in:
- lock_option.hpp constains adopt_lock_t, ...
- lock_guard.hpp constains lock_guard, ...
- lockable_traits.hpp contains is_mutex_type
- lock_types.hpp contains unique_lock, ...
- lock_algorithm.hpp constains lock, try_lock, ... functions
This help to limit the dependencies.
Change History (2)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.