0_0_2378054_30071.cpp
0_0_2378054_30071.cpp(18) : error C2677: 二进制“[” : 没有找到接受“std::allocator<_Ty>::value_type”类型的全局运算符(或没有可接受的转换)
with
[
_Ty=std::vector<int>
]
0_0_2378054_30071.cpp(20) : error C2677: 二进制“[” : 没有找到接受“std::allocator<_Ty>::value_type”类型的全局运算符(或没有可接受的转换)
with
[
_Ty=std::vector<int>
]
0_0_2378054_30071.cpp(25) : error C2677: 二进制“[” : 没有找到接受“std::allocator<_Ty>::value_type”类型的全局运算符(或没有可接受的转换)
with
[
_Ty=std::vector<int>
]
0_0_2378054_30071.cpp(27) : error C2677: 二进制“[” : 没有找到接受“std::allocator<_Ty>::value_type”类型的全局运算符(或没有可接受的转换)
with
[
_Ty=std::vector<int>
]
0_0_2378054_30071.cpp(30) : error C2677: 二进制“[” : 没有找到接受“std::allocator<_Ty>::value_type”类型的全局运算符(或没有可接受的转换)
with
[
_Ty=std::vector<int>
]
0_0_2378054_30071.cpp(33) : error C2677: 二进制“[” : 没有找到接受“std::allocator<_Ty>::value_type”类型的全局运算符(或没有可接受的转换)
with
[
_Ty=std::vector<int>
]
0_0_2378054_30071.cpp(49) : error C2446: “==” : 没有从“int”到“char *”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_2378054_30071.cpp(49) : error C2040: “==” : “char [110]”与“int”的间接寻址级别不同
0_0_2378054_30071.cpp(51) : error C2664: “std::vector<_Ty>::push_back” : 不能将参数 1 从“int”转换为“const std::vector<_Ty> &”
with
[
_Ty=std::vector<int>
]
and
[
_Ty=int
]
原因如下: 无法从“int”转换为“const std::vector<_Ty>”
with
[
_Ty=int
]
class“std::vector<_Ty>”的构造函数声明为“explicit”
with
[
_Ty=int
]
0_0_2378054_30071.cpp(52) : error C2440: “=” : 无法从“int”转换为“char [110]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_2378054_30071.cpp(70) : error C2446: “!=” : 没有从“int”到“char *”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_2378054_30071.cpp(70) : error C2040: “!=” : “char [110]”与“int”的间接寻址级别不同
0_0_2378054_30071.cpp(72) : error C2440: “=” : 无法从“char [110]”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
0_0_2378054_30071.cpp(86) : error C2446: “>” : 没有从“int”到“int *”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_2378054_30071.cpp(86) : error C2040: “>” : “int [51]”与“int”的间接寻址级别不同
|