0_0_5079253_26105.cpp
VC\include\vector(357) : error C2664: “std::vector<_Ty>::_Construct_n” : 不能将参数 2 从“int”转换为“const std::vector<_Ty> &”
with
[
_Ty=std::vector<char>
]
and
[
_Ty=char
]
原因如下: 无法从“int”转换为“const std::vector<_Ty>”
with
[
_Ty=char
]
class“std::vector<_Ty>”的构造函数声明为“explicit”
with
[
_Ty=char
]
VC\include\vector(343) : 参见对正在编译的函数模板实例化“void std::vector<_Ty>::_Construct<_Iter>(_Iter,_Iter,std::_Int_iterator_tag)”的引用
with
[
_Ty=std::vector<char>,
_Iter=int
]
0_0_5079253_26105.cpp(12) : 参见对正在编译的函数模板实例化“std::vector<_Ty>::vector<int>(_Iter,_Iter)”的引用
with
[
_Ty=std::vector<char>,
_Iter=int
]
|