
7 Oct
2011
7 Oct
'11
2:34 a.m.
Change typedef boost::result_of<my_function_type>::type my_return_type; to typedef boost::result_of<my_function_type(char)>::type my_return_type; Regards, Michel