$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2006-06-18 07:13:11
Janek Kozicki wrote:
> velocity v = 10*meter()/second();
>
I want to point out that library constructed in such a way willl perfectly fit
new "auto" feature that is already in the draft of C++0x (document N2009,
clause 5.3.4/2) :
auto v = 10*meter()/second();
and will make definitions of the most complex physical units pretty
straightforward.
B.