0_0_2262483_12925.cpp
VC\include\algorithm(1941) : error C2784: “reverse_iterator<_RanIt>::difference_type std::operator -(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“ch”中)的模板参数
VC\include\xutility(634) : 参见“std::operator`-'”的声明
0_0_2262483_12925.cpp(31) : 参见对正在编译的函数模板实例化“void std::sort<ch,int(__cdecl *)(const void *,const void *)>(_RanIt,_RanIt,_Pr)”的引用
with
[
_RanIt=ch,
_Pr=int (__cdecl *)(const void *,const void *)
]
VC\include\algorithm(1941) : error C2676: 二进制“-” : “ch”不定义该运算符或到预定义运算符可接收的类型的转换
VC\include\algorithm(1941) : error C2780: “void std::_Sort(_RanIt,_RanIt,_Diff)” : 应输入 3 个参数,却提供了 4 个
VC\include\algorithm(1769) : 参见“std::_Sort”的声明
|