From 3dff7d970d38c614bb4a755facf600d83d35e828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Wed, 26 Dec 2001 15:42:13 +0000 Subject: [PATCH] removed some old commented code [SVN r12151] --- include/boost/lambda/detail/bind_functions.hpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/boost/lambda/detail/bind_functions.hpp b/include/boost/lambda/detail/bind_functions.hpp index 325bf45..e278c9e 100644 --- a/include/boost/lambda/detail/bind_functions.hpp +++ b/include/boost/lambda/detail/bind_functions.hpp @@ -21,18 +21,6 @@ namespace boost { namespace lambda { - // template struct select_action { - // typedef typename - // detail::IF< - // is_lambda_functor::value, - // lambda_functor_action, - // function_action - // >::RET type; - // }; - // // Note, that select_action is only used upto 4-argument binds. - // // (lambda functors are at most 3-ary) - - // 1-argument bind functions -------------------------- template inline const