
7 Jan
2005
7 Jan
'05
11:37 p.m.
Brian Braatz wrote:
What is STRANGE is that "sometimes" bind(Base::ReturnAString) works
ironically, I have about 40 calls that use that syntax that work just fine.
AFAIK, being allowed to omit the '&' is a non-standard compiler extension. And one which has issues, as you just found out yourself :) Just use '&' consistently to retrieve (member-)function-pointers. Regards, Daniel