From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-12-17 07:02:45


Agoston Bejo wrote:
> This does not seem to work, because the object bind returns does not
> have an argument_type typedef.
> Why is that so?

Because the function objects created by bind do not have a fixed argument
type.

> Is there a workaround?

For now, please use bind( logical_not<bool>(), bind( ... ) ).