From: Rob Caldecott (robert.caldecott_at_[hidden])
Date: 2006-03-14 04:52:27


Thankyou Stuart - it works like a charm.
>
> You certainly can - add 'this' as the first bound parameter, like so:
>
> for_each(v.begin(), v.end(), bind(&CTest::SomeFunc, this, _1));
>
> HTH
> Stuart Dootson