19 Oct
2006
19 Oct
'06
5:03 a.m.
Hi,
I would like to create a boost::function to a lambda::bind functor such as
float fx(float a, float b) { return a+b; }
int main()
{
boost::function