0_0_38630089_32195.cpp
0_0_38630089_32195.cpp(29) : error C2664: “std::vector<int,std::allocator<_Ty>>::vector(std::initializer_list<int>,const std::allocator<_Ty> &)”: 无法将参数 1 从“int [11]”转换为“const std::allocator<_Ty> &”
with
[
_Ty=int
]
原因如下: 无法从“int [11]”转换为“const std::allocator<_Ty>”
with
[
_Ty=int
]
无构造函数可以接受源类型,或构造函数重载决策不明确
|