Hi,
I would like to know how I can use boost::bind with template function
member?
To explain my problem, you will find hereafter an example code that
demonstrates it. In this code, when we try to bind the function member
X::g the compiler failed with tons of error message.
Am I doing something wrong?
Best regards,
Marc Viala
mailto:mviala@acticm.com
-----------------------------------
Platform:
VC++ 7.1
Boost 1.33.1
-----------------------------------
#include