
18 Jan
2006
18 Jan
'06
4:21 p.m.
Andy Little <andy <at> servocomm.freeserve.co.uk> writes:
Fixed in pqs_3_0_3 now in the vault.
I think this library is extremely useful. The only thing I don't like (on first pass) is the use of the default_value_type thus: struct length : length_<quantity_traits::default_value_type>{}; I'd prefer to explicity specify the type every time I used it so: length<int>::m Then perhaps pqs could extend its remit to include checking for loss of precision as well as dimensional analysis.