gpt4 book ai didi

c++ - 错误 C2440 : 'initializing' : cannot convert from 'std::_A_iterator<_B>' to 'std::_A_iterator<_B>'

转载 作者:行者123 更新时间:2023-11-28 07:21:13 25 4
gpt4 key购买 nike

我在尝试编译程序时在 VisualStudio10 中遇到了这个错误(从Unix转Windows环境)

error C2440: 'initializing' : cannot convert from 'std::_A_iterator<_B>' to 'std::_A_iterator<_B>' 

它发生在一行中:

std::map<const char*, std::string>::iterator data = db.find(dbtype);

最佳答案

你的 databases接缝声明为 std::map<const char*, std::string, PdoArguments::CharComparator>所以使用 std::map<const char*, std::string, PdoArguments::CharComparator>::iterator

关于c++ - 错误 C2440 : 'initializing' : cannot convert from 'std::_A_iterator<_B>' to 'std::_A_iterator<_B>' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19452300/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com