$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Simon Carter (simon.carter_at_[hidden])
Date: 2006-01-18 11:21:43
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.