0_0_2427420_30384.cpp
0_0_2427420_30384.cpp(24) : error C2679: 二进制“=” : 没有找到接受“<未知>”类型的右操作数的运算符(或没有可接受的转换)
0_0_2427420_30384.cpp(26) : error C2440: “=” : 无法从“Line”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_2427420_30384.cpp(34) : error C2679: 二进制“=” : 没有找到接受“<未知>”类型的右操作数的运算符(或没有可接受的转换)
0_0_2427420_30384.cpp(35) : error C2784: “bool std::operator <(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“int”中)的模板参数
VC\include\xutility(655) : 参见“std::operator`<'”的声明
0_0_2427420_30384.cpp(35) : error C2784: “bool std::operator <(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)” : 未能推导出“const std::pair<_Ty1,_Ty2> &”(从“int”中)的模板参数
VC\include\utility(73) : 参见“std::operator`<'”的声明
0_0_2427420_30384.cpp(35) : error C2677: 二进制“<” : 没有找到接受“Line”类型的全局运算符(或没有可接受的转换)
|