From f6708ffe6b1ea6693fe29d7cd5ce4f4df3a5932e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Thu, 28 Mar 2002 19:19:53 +0000 Subject: [PATCH] fixed a bug in transform return type deductions [SVN r13299] --- include/boost/lambda/algorithm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/lambda/algorithm.hpp b/include/boost/lambda/algorithm.hpp index 2cc3d70..55e4a69 100644 --- a/include/boost/lambda/algorithm.hpp +++ b/include/boost/lambda/algorithm.hpp @@ -142,7 +142,7 @@ struct transform : public has_sig { typedef typename boost::remove_const< typename boost::remove_reference< typename boost::tuples::element< - boost::tuples::length::value - 1, + boost::tuples::length::value - 2, Args >::type >::type