$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost] [chrono] v0.4.1 + thread_clock implementation on Windows
From: joel falcou (joel.falcou_at_[hidden])
Date: 2010-06-17 01:20:54
Hi,
I've been playing with chrono a few. The stopwtach is actually pretty
straightforward to use :)
I got one question: why not make ratio a real MPL arithmetic types so we
can actually use MPL algorithms on MPL vector of ratio or
to have ratio_add becoming mpl::plus ?