$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [units] problems
From: Robert Ramey (ramey_at_[hidden])
Date: 2013-09-16 02:10:58
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