问题 在编译时报std::bind未找到匹配的重载函数 std::bind(&A::print, this, num); 原因 bind到类的成员函数时,成员函数有重载 class A { public: void print(int num