0_0_35299474_6313.cpp
0_0_35299474_6313.cpp(50) : error C3867: “std::_Tree<std::_Tset_traits<_Kty,_Pr,_Alloc,false>>::end”: 函数调用缺少参数列表;请使用“&std::_Tree<std::_Tset_traits<_Kty,_Pr,_Alloc,false>>::end”创建指向成员的指针
with
[
_Kty=int
, _Pr=std::less<int>
, _Alloc=std::allocator<int>
]
0_0_35299474_6313.cpp(50) : error C2678: 二进制“!=”: 没有找到接受“std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<int>>>”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\xtree(339): 可能是“bool std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<int>>>::operator !=(const std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<int>>> &) const”
VC2013\INCLUDE\system_error(426): 或 “bool std::operator !=(const std::error_condition &,const std::error_code &) throw()”
VC2013\INCLUDE\system_error(419): 或 “bool std::operator !=(const std::error_code &,const std::error_condition &) throw()”
VC2013\INCLUDE\exception(522): 或 “bool std::operator !=(const std::exception_ptr &,std::nullptr_t)”
VC2013\INCLUDE\exception(517): 或 “bool std::operator !=(std::nullptr_t,const std::exception_ptr &)”
VC2013\INCLUDE\exception(512): 或 “bool std::operator !=(const std::exception_ptr &,const std::exception_ptr &)”
尝试匹配参数列表“(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<int>>>, overloaded-function)”时
|