506691_0_0_31796.cpp
506691_0_0_31796.cpp(15) : error C2784: “reverse_iterator<_RanIt>::difference_type std::operator -(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“std::vector<_Ty>::size_type”中)的模板参数
with
[
_Ty=int
]
VC\include\xutility(634) : 参见“std::operator`-'”的声明
506691_0_0_31796.cpp(15) : error C2677: 二进制“-” : 没有找到接受“std::vector<_Ty>”类型的全局运算符(或没有可接受的转换)
with
[
_Ty=int
]
506691_0_0_31796.cpp(15) : error C2059: 语法错误 : “)”
506691_0_0_31796.cpp(16) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
506691_0_0_31796.cpp(49) : error C2065: “ture” : 未声明的标识符
|