小编use*_*293的帖子

我在c ++中得到错误未解决的重载函数类型

为什么这段代码会像这样:

boost::bind (SomeFunc<float>, function arguments go here);
Run Code Online (Sandbox Code Playgroud)

产生这个错误:

no matching function for call to bind(<unresolved overloaded function type>
Run Code Online (Sandbox Code Playgroud)

谢谢

c++ boost

1
推荐指数
1
解决办法
9222
查看次数

标签 统计

boost ×1

c++ ×1