0_0_22007428_16163.cpp
0_0_22007428_16163.cpp(8) : error C2664: “std::vector<vec,std::allocator<_Ty>>::vector(std::initializer_list<std::vector<int,std::allocator<int>>>,const std::allocator<_Ty> &)”: 无法将参数 2 从“int”转换为“const std::vector<int,std::allocator<_Ty>> &”
with
[
_Ty=vec
]
and
[
_Ty=int
]
原因如下: 无法从“int”转换为“const std::vector<int,std::allocator<_Ty>>”
with
[
_Ty=int
]
class“std::vector<int,std::allocator<_Ty>>”的构造函数声明为“explicit”
with
[
_Ty=int
]
0_0_22007428_16163.cpp(17) : error C2664: “std::vector<vec,std::allocator<_Ty>>::vector(std::initializer_list<std::vector<int,std::allocator<int>>>,const std::allocator<_Ty> &)”: 无法将参数 2 从“int”转换为“const std::vector<int,std::allocator<_Ty>> &”
with
[
_Ty=vec
]
and
[
_Ty=int
]
原因如下: 无法从“int”转换为“const std::vector<int,std::allocator<_Ty>>”
with
[
_Ty=int
]
class“std::vector<int,std::allocator<_Ty>>”的构造函数声明为“explicit”
with
[
_Ty=int
]
0_0_22007428_16163.cpp(19) : error C2664: “std::vector<vec,std::allocator<_Ty>>::vector(std::initializer_list<std::vector<int,std::allocator<int>>>,const std::allocator<_Ty> &)”: 无法将参数 2 从“int”转换为“const std::vector<int,std::allocator<_Ty>> &”
with
[
_Ty=vec
]
and
[
_Ty=int
]
原因如下: 无法从“int”转换为“const std::vector<int,std::allocator<_Ty>>”
with
[
_Ty=int
]
class“std::vector<int,std::allocator<_Ty>>”的构造函数声明为“explicit”
with
[
_Ty=int
]
|