Boost logo

Boost :

Subject: Re: [boost] [chrono] Split into Stopwatches, Chrono, Ratio and TypeTraits.ext
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2010-09-07 15:53:06


----- Original Message -----
From: "Roland Bock" <rbock_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Tuesday, September 07, 2010 9:05 PM
Subject: Re: [boost] [chrono] Split into Stopwatches, Chrono,Ratio and TypeTraits.ext

>
> On 09/07/2010 07:40 PM, vicente.botet wrote:
>> Hi,
>>
>> As requested in this ML I have splited Boost.Chrono into 4 libraries
>>
>> * Boost.TypeTraits.Ext: contains the C++0x common_type and add_rvalue reference traits classes and the declval utility function
>> * Boost Ratio: contains the C++0x ratio class
>> * Boost.Chrono: contains the C++0x chrono library + process and thread clocks
>> * Boost.Stopwatches: time measure and reporting
>>
>> More information on these libraries can be found in
>>
>> https://svn.boost.org/trac/boost/wiki/LibrariesUnderConstruction#Boost.TypeTraits.Ext
>> https://svn.boost.org/trac/boost/wiki/LibrariesUnderConstruction#Boost.Ratio
>> https://svn.boost.org/trac/boost/wiki/LibrariesUnderConstruction#Boost.Chrono
>> https://svn.boost.org/trac/boost/wiki/LibrariesUnderConstruction#Boost.Stopwatches
>>
>> Please let me know if you prefer separated reviews for each library.
>>
>>
> Hi,
>
> what are the dependencies? For example, I guess it makes no sense to
> review Chrono unless Ratio and TypeTraits.Ext are reviewed, too (or
> accepted already).

Hi,

The dependencies are:

Boost.TypeTraits.Ext
Boost Ratio
Boost.Chrono -> TypeTraits.Ext, Ratio
Boost.Stopwatches -> Boost.Chrono

You are right. It make no sense to revie a library until its dependencies are accepted.

Vicente


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk