
30 Nov
2005
30 Nov
'05
1:46 p.m.
Kerner, Jacques wrote:
Okay, just to nail it down :
- boost::bind does not generate the error and you don't need to cast the function pointer whereas - boost::lambda::bind needs you to explicitely cast the function pointer
In this particular case boost::bind would also be unable to disambiguate between the two overloads, because it doesn't have enough information to tell which one is needed.