2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-21 04:52:25 +00:00

removed some old commented code

[SVN r12151]
This commit is contained in:
Jaakko Järvi
2001-12-26 15:42:13 +00:00
parent cb2c689df7
commit 3dff7d970d

View File

@@ -21,18 +21,6 @@
namespace boost {
namespace lambda {
// template<class T, int I> struct select_action {
// typedef typename
// detail::IF<
// is_lambda_functor<T>::value,
// lambda_functor_action<I>,
// function_action<I>
// >::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 <class Arg1>
inline const