0_0_31769670_31248.cpp
0_0_31769670_31248.cpp(51) : error C2440: “=”: 无法从“node”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_31769670_31248.cpp(57) : error C2678: 二进制“!=”: 没有找到接受“node”类型的左操作数的运算符(或没有可接受的转换)
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 &)”
尝试匹配参数列表“(node, node)”时
0_0_31769670_31248.cpp(59) : error C2440: “=”: 无法从“node”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_31769670_31248.cpp(63) : error C2440: “return”: 无法从“node”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_31769670_31248.cpp(102) : error C2679: 二进制“=”: 没有找到接受“int”类型的右操作数的运算符(或没有可接受的转换)
0_0_31769670_31248.cpp(24): 可能是“node &node::operator =(const node &)”
尝试匹配参数列表“(node, int)”时
|