On Fri, Oct 7, 2011 at 8:57 AM, niXman <i.nixman@gmail.com> wrote:
typedef my_function_type::result_type my_return_type;


Hi niXman - yeah, that's ok if I pass a Boost.Function, but will fail for a real function. I was
hoping for a generic solution.

Thx, R.