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