From: "Hubert Holin" <[EMAIL PROTECTED]>

>    eater(::boost::bind(std::mem_fun_ref(&(A::operator ())), a));

eater(a) is much simpler, I think.

>    eater(::boost::bind(std::mem_fun_ref(&(AN::operator ())), an, 1));

eater(bind(an, 1));

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to