
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). Regards, Roland