
18 Jun
2006
18 Jun
'06
11:13 a.m.
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.