0_0_10986332_28496.cpp
0_0_10986332_28496.cpp(29) : error C2440: “初始化” : 无法从“std::_Tree<_Traits>::iterator”转换为“std::_Tree<_Traits>::iterator”
with
[
_Traits=std::_Tset_traits<per,std::less<per>,std::allocator<per>,false>
]
and
[
_Traits=std::_Tset_traits<int,std::less<int>,std::allocator<int>,false>
]
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_10986332_28496.cpp(30) : error C2679: 二进制“==” : 没有找到接受“<未知>”类型的右操作数的运算符(或没有可接受的转换)
0_0_10986332_28496.cpp(32) : error C2228: “.second”的左侧必须有类/结构/联合类型
类型是“std::allocator<_Ty>::value_type”
with
[
_Ty=int
]
0_0_10986332_28496.cpp(36) : error C2440: “初始化” : 无法从“std::allocator<_Ty>::value_type”转换为“std::pair<_Ty1,_Ty2>”
with
[
_Ty=int
]
and
[
_Ty1=int,
_Ty2=int
]
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_10986332_28496.cpp(38) : error C2440: “初始化” : 无法从“std::allocator<_Ty>::value_type”转换为“std::pair<_Ty1,_Ty2>”
with
[
_Ty=int
]
and
[
_Ty1=int,
_Ty2=int
]
无构造函数可以接受源类型,或构造函数重载决策不明确
|