$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [units] How to assign "ft" to an si::length?
From: Matthias Schabel (boost_at_[hidden])
Date: 2010-05-19 20:31:09
Explicit construction works, but assignment (which is implicit) does not...that's why Steven keeps recommending the explicit constructor - XX(3.0*ft) - syntax.
Matthias
> Length x = 3.0 ft did not compile, see below...