Opened 10 years ago
Last modified 10 years ago
#7588 closed Tasks
Split the locks.hpp in several files to limit depedencies — at Initial Version
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.53.0 | Component: | thread |
Version: | Boost 1.52.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
The locks.hpp file could be separated in:
lock_option.hpp constains adopt_lock_t, ... lock_guard.hpp constains lock_guard, ... lock_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.
Note:
See TracTickets
for help on using tickets.