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