Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7588: Split the locks.hpp in several files to limit depedencies
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-10-28 19:38:07
#7588: Split the locks.hpp in several files to limit depedencies
-------------------------------+--------------------------------------------
Reporter: viboes | Owner: viboes
Type: Tasks | Status: assigned
Milestone: To Be Determined | Component: thread
Version: Boost 1.52.0 | Severity: Optimization
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Description changed by viboes:
Old 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.
New description:
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.
-- -- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7588#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC