打印

报错error: no matching function for call to 'std::thread::thread

[复制链接]
285|0
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
keer_zu|  楼主 | 2023-4-13 17:00 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
C++11中,使用std::thread传递函数的要点,需要加上所属Class

报错:

error: no matching function for call to 'std::thread::thread(<unresolved overloaded function type>, ThreadsTemp&)'
             threads.push_back(std::thread(ThreadsFeatureMatch, tt));




解决方案:

threads.push_back(std::thread(&va_mcs_demo::ThreadsFeatureMatch, this,tt));


使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

1352

主题

12436

帖子

53

粉丝