16 Sep
2013
16 Sep
'13
6:10 a.m.
Gavin Lambert wrote:
On 9/14/2013 5:31 PM, Quoth Robert Ramey:
Replace your "1.0" with "1.0f" etc (or omit the "float" type parameter, which will make it use double by default) and then you'll probably have more luck.
lol - of course I checked that. I think I have found the issue by spelunking through the code. My problem was that in trying to use base_units like boost::units::us::foot_base_unit. Robert Ramey