
12 Jul
2004
12 Jul
'04
7:06 a.m.
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