标签: c++ visual-studio-2017 std bind2nd
我正在努力将VS2008 C ++程序转换为VS2017并遇到错误:
error C2039: 'bind2nd': is not a member of 'std'
进行了一些搜索并找到了一个建议,使int成为size_t,这没有任何效果。还有什么想法吗?