0_0_6669089_16824.cpp
0_0_6669089_16824.cpp(17) : error C2146: 语法错误 : 缺少“;”(在标识符“v”的前面)
0_0_6669089_16824.cpp(17) : error C3861: “typeof”: 即使使用参数相关的查找,也未找到标识符
0_0_6669089_16824.cpp(17) : error C2065: “v” : 未声明的标识符
0_0_6669089_16824.cpp(18) : error C3861: “v”: 即使使用参数相关的查找,也未找到标识符
0_0_6669089_16824.cpp(70) : error C2440: “初始化” : 无法从“std::_Tree<_Traits>::iterator”转换为“std::_Tree<_Traits>::iterator”
with
[
_Traits=std::_Tset_traits<int,cmp,std::allocator<std::_Tree<std::_Tmap_traits<int,int,std::less<int>,std::allocator<std::pair<const int,int>>,false>>::key_type>,true>
]
and
[
_Traits=std::_Tset_traits<int,std::less<int>,std::allocator<std::_Tree<std::_Tmap_traits<int,int,std::less<int>,std::allocator<std::pair<const int,int>>,false>>::key_type>,false>
]
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_6669089_16824.cpp(74) : 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<int,cmp,std::allocator<std::_Tree<std::_Tmap_traits<int,int,std::less<int>,std::allocator<std::pair<const int,int>>,false>>::key_type>,true>
]
and
[
_Kty=int
]
and
[
_Traits=std::_Tset_traits<int,cmp,std::allocator<std::_Tree<std::_Tmap_traits<int,int,std::less<int>,std::allocator<std::pair<const int,int>>,false>>::key_type>,true>
]
无构造函数可以接受源类型,或构造函数重载决策不明确
|