Changes between Initial Version and Version 1 of Ticket #7588
- Timestamp:
- Oct 28, 2012, 7:37:37 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7588
- Property Status new → assigned
-
Ticket #7588 – Description
initial v1 1 1 The locks.hpp file could be separated in: 2 2 3 lock_option.hpp constains adopt_lock_t, ... 4 lock_guard.hpp constains lock_guard, ... 5 lock_traits.hpp contains is_mutex_type 6 lock_types.hpp contains unique_lock, ... 7 lock_algorithm.hpp constains lock, try_lock, ... functions 3 * lock_option.hpp constains adopt_lock_t, ... 4 5 * lock_guard.hpp constains lock_guard, ... 6 7 * lock_traits.hpp contains is_mutex_type 8 9 * lock_types.hpp contains unique_lock, ... 10 11 * lock_algorithm.hpp constains lock, try_lock, ... functions 8 12 9 13 This help to limit the dependencies.