
----- Original Message ----- From: "Roland Bock" <rbock@eudoxos.de> To: <boost@lists.boost.org> 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.TypeT... https://svn.boost.org/trac/boost/wiki/LibrariesUnderConstruction#Boost.Ratio https://svn.boost.org/trac/boost/wiki/LibrariesUnderConstruction#Boost.Chron... https://svn.boost.org/trac/boost/wiki/LibrariesUnderConstruction#Boost.Stopw...
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