为什么这段代码会像这样:
boost::bind (SomeFunc<float>, function arguments go here);
产生这个错误:
no matching function for call to bind(<unresolved overloaded function type>
谢谢
c++ boost
boost ×1
c++ ×1