$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [chrono] Split into Stopwatches, Chrono, Ratio and TypeTraits.ext
From: Roland Bock (rbock_at_[hidden])
Date: 2010-09-07 15:05:07
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).
Regards,
Roland