Opened 10 years ago

Last modified 10 years ago

#7588 closed Tasks

Split the locks.hpp in several files to limit depedencies — at Version 1

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 viboes)

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.

Change History (1)

comment:1 by viboes, 10 years ago

Description: modified (diff)
Status: newassigned
Note: See TracTickets for help on using tickets.