std::bind overload resolution

You need a cast to disambiguate the overloaded function:

(int(A::*)(int,int))&A::operator()

Leave a Comment