0_0_13703665_18298.cpp
0_0_13703665_18298.cpp(27) : error C2678: 二进制“!=”: 没有找到接受“std::basic_istream<char,std::char_traits<char>>”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\system_error(426): 可能是“bool std::operator !=(const std::error_condition &,const std::error_code &) throw()”
VC2013\INCLUDE\system_error(419): 或 “bool std::operator !=(const std::error_code &,const std::error_condition &) throw()”
VC2013\INCLUDE\exception(522): 或 “bool std::operator !=(const std::exception_ptr &,std::nullptr_t)”
VC2013\INCLUDE\exception(517): 或 “bool std::operator !=(std::nullptr_t,const std::exception_ptr &)”
VC2013\INCLUDE\exception(512): 或 “bool std::operator !=(const std::exception_ptr &,const std::exception_ptr &)”
尝试匹配参数列表“(std::basic_istream<char,std::char_traits<char>>, int)”时
0_0_13703665_18298.cpp(27) : error C2446: “!=”: 没有从“int”到“std::basic_istream<char,std::char_traits<char>>”的转换
class“std::basic_istream<char,std::char_traits<char>>”的构造函数声明为“explicit”
0_0_13703665_18298.cpp(27) : error C2088: “!=”: 对于 class 非法
0_0_13703665_18298.cpp(27) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|