Subject: Re: [Boost-users] [result_of] Simple question
From: Michel Morin (mimomorin_at_[hidden])
Date: 2011-10-07 04:34:56


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