Samprayoga
Programmer
I have the following error for this code:
_configDic.insert(make_pair (buffer1,-1));
(_configDic type is map<string,int>)
Error Could not find a match for std::map<std::basic_string<...and so on...
Is anybody can help me?
Thanks
_configDic.insert(make_pair (buffer1,-1));
(_configDic type is map<string,int>)
Error Could not find a match for std::map<std::basic_string<...and so on...
Is anybody can help me?
Thanks