0_0_4311438_2619.cpp
0_0_4311438_2619.cpp(47) : error C2664: “std::_Tree<_Traits>::iterator std::_Tree<_Traits>::erase(std::_Tree<_Traits>::iterator)” : 不能将参数 1 从“std::set<_Kty>::const_iterator”转换为“std::_Tree<_Traits>::iterator”
with
[
_Traits=std::_Tset_traits<Node,std::less<Node>,std::allocator<Node>,false>
]
and
[
_Kty=Node
]
and
[
_Traits=std::_Tset_traits<Node,std::less<Node>,std::allocator<Node>,false>
]
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_4311438_2619.cpp(61) : error C2664: “std::_Tree<_Traits>::iterator std::_Tree<_Traits>::erase(std::_Tree<_Traits>::iterator)” : 不能将参数 1 从“std::set<_Kty>::const_iterator”转换为“std::_Tree<_Traits>::iterator”
with
[
_Traits=std::_Tset_traits<Node,std::less<Node>,std::allocator<Node>,false>
]
and
[
_Kty=Node
]
and
[
_Traits=std::_Tset_traits<Node,std::less<Node>,std::allocator<Node>,false>
]
无构造函数可以接受源类型,或构造函数重载决策不明确
|