Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net