c++关于mutex与bind冲突问题 介绍错误解决 介绍 类中有mutex成员 然后外部用了bind绑定这个类的某个函数 编译时会出错 错误 error: use of deleted function ‘std::mutex::mutex(const std::mutex&)’ 解决 mutex成员换成指针即可