
29 Apr
2005
29 Apr
'05
1:32 p.m.
Larry Evans <cppljevans@cox-internet.com> writes:
Since the ForwardOp, as defined here:
http://www.boost.org/libs/mpl/doc/refmanual/fold.html
is pretty equivalent to a cons operation when it's defined as:
template<class Head,class Tail> struct forward_op_cons : Tail { Head value; };
?? That's not a binary lambda expression. -- Dave Abrahams Boost Consulting www.boost-consulting.com