$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2005-04-29 08:32:10
Larry Evans <cppljevans_at_[hidden]> 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