Hi,
I want to pass the result of a boost::bind as an argument of a
templated function of a class, and am struggling to find a signature
that will let me do this.
Is this possible? if so what signature should the function have ?
Any help much apreciated
Hugo
#include "boost/function/function1.hpp"
#include "boost/bind.hpp"
class another_class
{};
class my_class
{
public:
typedef another_class ObjectType;
//! this works fine passing a boost::function object
template <class ReturnType>
void add(const boost::function1