Boost logo

Boost Users :

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( ... ) ).


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net