首页 > 其他 > 详细

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

时间:2017-08-04 16:02:43      阅读:1561      评论:0      收藏:0      [点我收藏+]

场景

错误 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”的成员

原文:http://fengyuzaitu.blog.51cto.com/5218690/1953534

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!