0_0_21514904_9747.cpp
VC2013\INCLUDE\algorithm(2514) : error C2893: 未能使函数模板“unknown-type std::less<void>::operator ()(_Ty1 &&,_Ty2 &&) const”专用化
用下列模板参数:
“_Ty1=xjy &”
“_Ty2=const int &”
VC2013\INCLUDE\algorithm(2535): 参见对正在编译的函数 模板 实例化“_FwdIt std::_Lower_bound<xjy*,_Ty,__w64 int,_Pr>(_FwdIt,_FwdIt,const _Ty &,_Pr,_Diff *)”的引用
with
[
_FwdIt=xjy *
, _Ty=int
, _Pr=std::less<void>
, _Diff=__w64 int
]
VC2013\INCLUDE\algorithm(2543): 参见对正在编译的函数 模板 实例化“_FwdIt std::lower_bound<_FwdIt,_Ty,std::less<void>>(_FwdIt,_FwdIt,const _Ty &,_Pr)”的引用
with
[
_FwdIt=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<xjy>>>
, _Ty=int
, _Pr=std::less<void>
]
0_0_21514904_9747.cpp(94): 参见对正在编译的函数 模板 实例化“_FwdIt std::lower_bound<std::_Vector_iterator<std::_Vector_val<std::_Simple_types<xjy>>>,int>(_FwdIt,_FwdIt,const _Ty &)”的引用
with
[
_FwdIt=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<xjy>>>
, _Ty=int
]
|