Hi list,
I am necountering an error when trying to use boost::result_of on a pure
virtual base class.
minimal example:
struct Test{
typedef int result_type;
virtual int operator()(int)=0;
};
typedef boost::result_of
Hi list,
I am necountering an error when trying to use boost::result_of on a pure
virtual base class.
minimal example:
struct Test{
typedef int result_type;
virtual int operator()(int)=0;
};
typedef boost::result_of