0_0_5673172_5243.cpp
0_0_5673172_5243.cpp(82) : error C2440: “初始化” : 无法从“std::_Tree<_Traits>::iterator”转换为“std::_Tree<_Traits>::iterator”
with
[
_Traits=std::_Tset_traits<Tnode,compare,std::allocator<Tnode>,true>
]
and
[
_Traits=std::_Tset_traits<Tnode,std::less<Tnode>,std::allocator<Tnode>,false>
]
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_5673172_5243.cpp(96) : error C2440: “初始化” : 无法从“std::_Tree<_Traits>::iterator”转换为“std::_Tree<_Traits>::iterator”
with
[
_Traits=std::_Tset_traits<Tnode,compare,std::allocator<Tnode>,true>
]
and
[
_Traits=std::_Tset_traits<Tnode,std::less<Tnode>,std::allocator<Tnode>,false>
]
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_5673172_5243.cpp(97) : error C2664: “std::_Tree<_Traits>::iterator std::_Tree<_Traits>::erase(std::_Tree<_Traits>::iterator)” : 不能将参数 1 从“std::set<_Kty>::iterator”转换为“std::_Tree<_Traits>::iterator”
with
[
_Traits=std::_Tset_traits<Tnode,compare,std::allocator<Tnode>,true>
]
and
[
_Kty=Tnode
]
and
[
_Traits=std::_Tset_traits<Tnode,compare,std::allocator<Tnode>,true>
]
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_5673172_5243.cpp(99) : error C2440: “初始化” : 无法从“std::_Tree<_Traits>::iterator”转换为“std::_Tree<_Traits>::iterator”
with
[
_Traits=std::_Tset_traits<Tnode,compare,std::allocator<Tnode>,true>
]
and
[
_Traits=std::_Tset_traits<Tnode,std::less<Tnode>,std::allocator<Tnode>,false>
]
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_5673172_5243.cpp(100) : error C2664: “std::_Tree<_Traits>::iterator std::_Tree<_Traits>::erase(std::_Tree<_Traits>::iterator)” : 不能将参数 1 从“std::set<_Kty>::iterator”转换为“std::_Tree<_Traits>::iterator”
with
[
_Traits=std::_Tset_traits<Tnode,compare,std::allocator<Tnode>,true>
]
and
[
_Kty=Tnode
]
and
[
_Traits=std::_Tset_traits<Tnode,compare,std::allocator<Tnode>,true>
]
无构造函数可以接受源类型,或构造函数重载决策不明确
|