|
Boost : |
From: Stefan Slapeta (stefan_nospam__at_[hidden])
Date: 2004-07-12 02:06:00
Peter Dimov wrote:
>
> Use
>
> void (Test::*pmf) (Type1, Type2) = &Test::g;
>
> boost::function<void (Type1, Type2)> bf = boost::bind(pmf, this, one,
> two);
>
Thanks!
Do you know a short example which isolates the problem? (There seems to
be a confusion with bind for pointer to data member.) I just would like
to ensure that this is fixed in VC 8.0.
If not, now would be a good time to submit a DR.
Stefan
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk