1. 程式人生 > >error C2039: “bind2nd”: 不是“std”的成員

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

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”的成員