Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk