$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: steven_at_[hidden]
Date: 2008-06-28 16:33:01
Author: steven_watanabe
Date: 2008-06-28 16:33:00 EDT (Sat, 28 Jun 2008)
New Revision: 46826
URL: http://svn.boost.org/trac/boost/changeset/46826
Log:
Fixed bug in lambda.hpp, don't know how this managed to compile elsewhere
Text files modified:
trunk/boost/units/lambda.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/units/lambda.hpp
==============================================================================
--- trunk/boost/units/lambda.hpp (original)
+++ trunk/boost/units/lambda.hpp 2008-06-28 16:33:00 EDT (Sat, 28 Jun 2008)
@@ -56,7 +56,7 @@
template<typename System, typename Dim, typename Arg>
struct multiply_typeof_helper<boost::units::unit<Dim, System>, boost::lambda::lambda_functor<Arg> > {
- typename boost::lambda::lambda_functor<
+ typedef boost::lambda::lambda_functor<
boost::lambda::lambda_functor_base<
boost::lambda::arithmetic_action<boost::lambda::multiply_action>,
tuple<typename boost::lambda::const_copy_argument<const boost::units::unit<Dim, System> >::type, boost::lambda::lambda_functor<Arg> >