プログラムをコンパイルしようとしているときに、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);