$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Units] root_typeof_helper documentation
From: David Walthall (walthall_at_[hidden])
Date: 2009-01-06 13:57:27
Hello. I ran across a slight documentation issue when using Boost.Units
root_typeof_helper.
http://www.boost.org/doc/libs/1_37_0/doc/html/boost/units/root_typeof_helper.html
and operators.hpp
The issue is that BaseType is not defined. (Was that code copied from
power_typeof_helper?)
In addition, for both power_typeof_helper and root_typeof_helper, it
would be useful to mention that Exponent and Index are of type
boost::units::static_rational<N,D>.
Thanks for the great library!
David