(11) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
(11) : error C2440: “初始化”: 无法从“std::_String_iterator<_Elem,_Traits,_Alloc>”转换为“int”
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_Alloc=std::allocator<char>
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
(12) : error C2784: “bool std::operator !=(const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &,const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &)”: 无法从“int”为“const std::istream_iterator<_Ty,_Elem,_Traits,_Diff> &”推导 模板 参数
VC8\include\iterator(277) : 参见“std::operator !=”的声明
(12) : error C2784: “bool std::operator !=(const std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem *)”: 无法从“int”为“const std::basic_string<_Elem,_Traits,_Alloc> &”推导 模板 参数
VC8\include\string(121) : 参见“std::operator !=”的声明
(12) : error C2784: “bool std::operator !=(const _Elem *,const std::basic_string<_Elem,_Traits,_Alloc> &)”: 无法从“int”为“const _Elem *”推导 模板 参数
VC8\include\string(111) : 参见“std::operator !=”的声明
(12) : error C2784: “bool std::operator !=(const std::basic_string<_Elem,_Traits,_Alloc> &,const std::basic_string<_Elem,_Traits,_Alloc> &)”: 无法从“int”为“const std::basic_string<_Elem,_Traits,_Alloc> &”推导 模板 参数
VC8\include\string(101) : 参见“std::operator !=”的声明
(12) : error C2784: “bool std::operator !=(const std::allocator<_Ty> &,const std::allocator<_Other> &) throw()”: 无法从“int”为“const std::allocator<_Ty> &”推导 模板 参数
VC8\include\xmemory(181) : 参见“std::operator !=”的声明
(12) : error C2784: “bool std::operator !=(const std::istreambuf_iterator<_Elem,_Traits> &,const std::istreambuf_iterator<_Elem,_Traits> &)”: 无法从“int”为“const std::istreambuf_iterator<_Elem,_Traits> &”推导 模板 参数
VC8\include\xutility(2152) : 参见“std::operator !=”的声明
(12) : error C2784: “bool std::operator !=(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt2> &)”: 无法从“int”为“const std::reverse_iterator<_RanIt> &”推导 模板 参数
VC8\include\xutility(1834) : 参见“std::operator !=”的声明
(12) : error C2784: “bool std::operator !=(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)”: 无法从“int”为“const std::pair<_Ty1,_Ty2> &”推导 模板 参数
VC8\include\utility(68) : 参见“std::operator !=”的声明
(12) : error C2677: 二进制“!=”: 没有找到接受“std::_String_iterator<_Elem,_Traits,_Alloc>”类型的全局运算符(或没有可接受的转换)
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_Alloc=std::allocator<char>
]