vc++ error C3861: “make_pair”: 找不到标识符
make_pair前面添加: std::
std::map<CString, CString> map_str; map_str.insert(std::make_pair("aa1","FB001"));