0_0_39633946_18214.cpp
0_0_39633946_18214.cpp(13) : error C2679: 二进制“=”: 没有找到接受“int”类型的右操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\vector(948): 可能是“std::vector<int,std::allocator<_Ty>> &std::vector<_Ty,std::allocator<_Ty>>::operator =(const std::vector<_Ty,std::allocator<_Ty>> &)”
with
[
_Ty=int
]
VC2013\INCLUDE\vector(926): 或 “std::vector<int,std::allocator<_Ty>> &std::vector<_Ty,std::allocator<_Ty>>::operator =(std::initializer_list<int>)”
with
[
_Ty=int
]
VC2013\INCLUDE\vector(822): 或 “std::vector<int,std::allocator<_Ty>> &std::vector<_Ty,std::allocator<_Ty>>::operator =(std::vector<_Ty,std::allocator<_Ty>> &&)”
with
[
_Ty=int
]
尝试匹配参数列表“(std::vector<int,std::allocator<_Ty>>, int)”时
with
[
_Ty=int
]
|