error C2039: “bind2nd”: 不是“std”的成员

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error C2039: “bind2nd”: 不是“std”的成员相关的知识,希望对你有一定的参考价值。

场景

错误 1 error C2039: “bind2nd”: 不是“std”的成员

错误 2 error C2039: “mem_fun”: 不是“std”的成员

错误 6 error C2039: “ptr_fun”: 不是“std”的成员

错误 16 error C3861: “bind1st”: 找不到标识符


解决

    #include <functional>

说明

    在VS2005下可以不包含该文件,但是在VS2010必须包含该头文件


以上是关于error C2039: “bind2nd”: 不是“std”的成员的主要内容,如果未能解决你的问题,请参考以下文章

错误4error C2039: “Sleep”: 不是“boost::this_thread”的成员

关于 error C2039: “create”: 不是“cocos2d::GLView”的成员的解决方法

qt 错误 多继承 造成错误:error C2039: “qt_metacall“: 不是 “xxxxxx“ 的成员

qt 错误 多继承 造成错误:error C2039: “qt_metacall“: 不是 “xxxxxx“ 的成员

VS2017 C++error C2039: "cout": 不是"std"的成员

错误:C2039:“指针”:不是“QJsonObject::iterator”的成员