Opened 10 years ago
Closed 10 years ago
#7588 closed Tasks (fixed)
Split the locks.hpp in several files to limit depedencies
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 (7)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
comment:4 by , 10 years ago
Milestone: | To Be Determined |
---|
comment:6 by , 10 years ago
Milestone: | → Boost 1.53.0 |
---|
comment:7 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed revision [81667].
Note:
See TracTickets
for help on using tickets.
Committed revision [81082]. Yet missing the real split
to be checked on windows before committing.