0_0_11184958_4679.cpp
VC\include\algorithm(1249) : error C2784: “bool std::operator <(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“const int”中)的模板参数
VC\include\xutility(655) : 参见“std::operator`<'”的声明
VC\include\algorithm(1261) : 参见对正在编译的函数模板实例化“_FwdIt std::_Upper_bound<_FwdIt,_Ty,std::iterator_traits<_Iter>::difference_type>(_FwdIt,_FwdIt,const _Ty &,_Diff *)”的引用
with
[
_FwdIt=data2 *,
_Ty=int,
_Iter=data2 *,
_Diff=std::iterator_traits<data2 *>::difference_type
]
0_0_11184958_4679.cpp(55) : 参见对正在编译的函数模板实例化“_FwdIt std::upper_bound<data2*,int>(_FwdIt,_FwdIt,const _Ty &)”的引用
with
[
_FwdIt=data2 *,
_Ty=int
]
VC\include\algorithm(1249) : error C2784: “bool std::operator <(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)” : 未能推导出“const std::pair<_Ty1,_Ty2> &”(从“const int”中)的模板参数
VC\include\utility(73) : 参见“std::operator`<'”的声明
VC\include\algorithm(1249) : error C2677: 二进制“<” : 没有找到接受“data2”类型的全局运算符(或没有可接受的转换)
|