$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-09-03 08:50:12
"Jeff Garland" <jeff_at_[hidden]> writes:
> On Tue, 02 Sep 2003 18:27:59 -0400, David Abrahams wrote
>> Suppose I want to know how many minutes there are in a particular
>> duration d?  My intuition says:
>> 
>>          d / minutes(1)
>> 
>> But there's no such operator.  Why not?
>
> An interesting point.  Probably should be possible.  While addition and
> subtraction operators are specified in terms of durations division and
> multiplication are defined with integers not other durations.  I'm thinking it
> would have to be defined like this
>   Duration / Duration --> Integer
>
> Anyway d.minutes() should do what you want.
I think Duration / Duration --> double would be more appropriate.
-- Dave Abrahams Boost Consulting www.boost-consulting.com