0_0_12275331_20184.cpp
0_0_12275331_20184.cpp(27) : error C2784: “std::reverse_iterator<_RanIt> std::operator +(_Diff,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“const char [2]”中)的模板参数
VC\include\xutility(626) : 参见“std::operator`+'”的声明
0_0_12275331_20184.cpp(27) : error C2676: 二进制“+” : “std::string”不定义该运算符或到预定义运算符可接收的类型的转换
0_0_12275331_20184.cpp(40) : error C2784: “std::reverse_iterator<_RanIt> std::operator +(_Diff,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“std::allocator<_Ty>::value_type”中)的模板参数
with
[
_Ty=char
]
VC\include\xutility(626) : 参见“std::operator`+'”的声明
0_0_12275331_20184.cpp(40) : error C2676: 二进制“+” : “std::string”不定义该运算符或到预定义运算符可接收的类型的转换
0_0_12275331_20184.cpp(51) : error C2679: 二进制“>>” : 没有找到接受“<未知>”类型的右操作数的运算符(或没有可接受的转换)
0_0_12275331_20184.cpp(51) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|