I have a struct like this:
struct A { void i(int i) {} void s(string const &s) {} };
Now when I try this:
bind
std::bind1st and std::bind2nd don't accept functors which take reference arguments, because they themselves form references to these arguments. You can