$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jaakko Jarvi (jajarvi_at_[hidden])
Date: 2002-03-08 14:07:40
> > And it is more flexible.
>
> In what ways?
Sorry, none, as I din't realize that you could write
> > bind(bind(&add_or_mul, _1), _2, _3)(condition, i, j);
as
> bind(apply<int>(), bind(add_or_mul, _1), _2, _3)(condition, i, j);
Cheers, Jaakko