0_0_9142406_12316.cpp
0_0_9142406_12316.cpp(27) : 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=std::string
]
VC\include\xutility(626) : 参见“std::operator`+'”的声明
0_0_9142406_12316.cpp(27) : 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=std::string
]
VC\include\xutility(626) : 参见“std::operator`+'”的声明
0_0_9142406_12316.cpp(27) : 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=std::string
]
VC\include\xutility(626) : 参见“std::operator`+'”的声明
0_0_9142406_12316.cpp(27) : error C3767: “+”的匹配函数不可访问
可能是位于“VC\include\vector(287)”的友元函数 : “+”[可以通过参数相关的查找找到]
或位于 “VC\include\vector(185)”的友元函数 : “+”[可以通过参数相关的查找找到]
0_0_9142406_12316.cpp(27) : error C2676: 二进制“+” : “std::string”不定义该运算符或到预定义运算符可接收的类型的转换
0_0_9142406_12316.cpp(28) : 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_9142406_12316.cpp(28) : error C3767: “+”的匹配函数不可访问
可能是位于“VC\include\vector(287)”的友元函数 : “+”[可以通过参数相关的查找找到]
或位于 “VC\include\vector(185)”的友元函数 : “+”[可以通过参数相关的查找找到]
0_0_9142406_12316.cpp(28) : error C2676: 二进制“+” : “std::string”不定义该运算符或到预定义运算符可接收的类型的转换
|