From: Howard Hinnant (hinnant_at_[hidden])
Date: 2003-09-17 08:17:49


On Sep 17, 2003, at 8:11 AM, Peter Dimov wrote:

>> bind(assign<T>(), bind(&X::member, _1), value)(x);
>
> Can your std::bind do the above? ;-)

We haven't shipped it, but yes.

-Howard