0_0_9855516_31097.cpp
VC\include\xutility(1090) : error C2064: 项不会计算为接受 2 个参数的函数
VC\include\xutility(1127) : 参见对正在编译的函数模板实例化“std::pair<_Ty1,_Ty2> std::mismatch<_InIt1,_InIt2,_Pr>(_InIt1,_InIt1,_InIt2,_Pr)”的引用
with
[
_Ty1=const int *,
_Ty2=const int *,
_InIt1=const int *,
_InIt2=const int *,
_Pr=const int *
]
0_0_9855516_31097.cpp(75) : 参见对正在编译的函数模板实例化“bool std::equal<const int*,const int*,const int*>(_InIt1,_InIt1,_InIt2,_Pr)”的引用
with
[
_InIt1=const int *,
_InIt2=const int *,
_Pr=const int *
]
|