错误日志:error C2664: std::list<_Ty>::list(const std::allocator<_Ty> &): 不能将参数 1 从std::vector<_Ty>转换为const std::...
-
-
error C2664: “find_char”: 不能将参数 1 从“const char [14]”转换为“std::string &
出错代码:#include <iostream>#include <string>using std::cout;using std::endl;using std::string; const引用形参举例 非const...
-
error C2664: '__thiscall std::list<int,class std::allocator<int> >::std::list<int,class std::allocator<int> >(unsigned...