码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-08-04 16:11:49      阅读:360      评论:0      收藏:0      [点我收藏+]

标签:bind2nd functional

场景

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

标签:bind2nd functional

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!