0_0_39364124_10915.cpp
0_0_39364124_10915.cpp(13) : error C2664: “std::vector<std::vector<int,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>>::vector(std::initializer_list<std::vector<_Ty,std::allocator<_Ty>>>,const std::allocator<std::vector<_Ty,std::allocator<_Ty>>> &)”: 无法将参数 2 从“std::vector<char,std::allocator<char>>”转换为“const std::vector<int,std::allocator<_Ty>> &”
with
[
_Ty=int
]
原因如下: 无法从“std::vector<char,std::allocator<char>>”转换为“const std::vector<int,std::allocator<_Ty>>”
with
[
_Ty=int
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
|