From 4091f55a4b9d32fb255df92fd0ee17200028e44a Mon Sep 17 00:00:00 2001 From: Daniel Walker Date: Wed, 7 Jul 2010 20:44:59 +0000 Subject: [PATCH] removed arity detection from has_xxx_template [SVN r63726] --- include/boost/lambda/detail/function_adaptors.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/lambda/detail/function_adaptors.hpp b/include/boost/lambda/detail/function_adaptors.hpp index cfe3b07..58c6b50 100644 --- a/include/boost/lambda/detail/function_adaptors.hpp +++ b/include/boost/lambda/detail/function_adaptors.hpp @@ -23,7 +23,7 @@ namespace lambda { namespace detail { -BOOST_MPL_HAS_XXX_TEMPLATE_NAMED_DEF(has_template_sig, sig, 1, true) +BOOST_MPL_HAS_XXX_TEMPLATE_DEF(sig) template struct remove_references_from_elements { @@ -160,7 +160,7 @@ template struct function_adaptor { : result_converter< Args , tuples::length::value - , detail::has_template_sig::value + , detail::has_sig::value > {}; #else // BOOST_NO_RESULT_OF