0_0_1878340_28890.cpp
0_0_1878340_28890.cpp(9) : error C2784: “bool std::operator ==(const std::allocator<_Ty> &,const std::allocator<_Other> &)” : 未能推导出“const std::allocator<_Ty> &”(从“double”中)的模板参数
VC\include\xmemory(165) : 参见“std::operator`=='”的声明
0_0_1878340_28890.cpp(9) : error C2784: “bool std::operator ==(const std::istreambuf_iterator<_Elem,_Traits> &,const std::istreambuf_iterator<_Elem,_Traits> &)” : 未能推导出“const std::istreambuf_iterator<_Elem,_Traits> &”(从“double”中)的模板参数
VC\include\xutility(940) : 参见“std::operator`=='”的声明
0_0_1878340_28890.cpp(9) : error C2784: “bool std::operator ==(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“double”中)的模板参数
VC\include\xutility(641) : 参见“std::operator`=='”的声明
0_0_1878340_28890.cpp(9) : error C2784: “bool std::operator ==(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)” : 未能推导出“const std::pair<_Ty1,_Ty2> &”(从“double”中)的模板参数
VC\include\utility(57) : 参见“std::operator`=='”的声明
0_0_1878340_28890.cpp(9) : error C2677: 二进制“==” : 没有找到接受“std::basic_ostream<_Elem,_Traits>::_Myt”类型的全局运算符(或没有可接受的转换)
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
0_0_1878340_28890.cpp(9) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)
|