$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andy Little (andy_at_[hidden])
Date: 2006-05-16 05:17:43
"Carlo Wood" wrote
> It makes no sense to code,
>
> Time t1 = now();
> Time t2 = now();
> Time t3 = t1 + t2;
Time t4 = (t1 + t2 ) / 2;
Time t5 = (t1 + 2 * t2 ) / 3;
are valid expressions FWIW.
regards
Andy Little