0_0_8301664_21757.cpp
0_0_8301664_21757.cpp(150) : error C2926: “segStruct” : 没有链接的类型不能用作模板参数
0_0_8301664_21757.cpp(151) : error C2664: “std::stack<_Ty>::push” : 不能将参数 1 从“segStruct”转换为“const std::stack<_Ty>::value_type &”
with
[
_Ty=int
]
and
[
_Ty=int
]
原因如下: 无法从“segStruct”转换为“const std::stack<_Ty>::value_type”
with
[
_Ty=int
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_8301664_21757.cpp(154) : error C2679: 二进制“=” : 没有找到接受“<未知>”类型的右操作数的运算符(或没有可接受的转换)
0_0_8301664_21757.cpp(178) : error C2664: “std::stack<_Ty>::push” : 不能将参数 1 从“segStruct”转换为“const std::stack<_Ty>::value_type &”
with
[
_Ty=int
]
and
[
_Ty=int
]
原因如下: 无法从“segStruct”转换为“const std::stack<_Ty>::value_type”
with
[
_Ty=int
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_8301664_21757.cpp(180) : error C2664: “std::stack<_Ty>::push” : 不能将参数 1 从“segStruct”转换为“const std::stack<_Ty>::value_type &”
with
[
_Ty=int
]
and
[
_Ty=int
]
原因如下: 无法从“segStruct”转换为“const std::stack<_Ty>::value_type”
with
[
_Ty=int
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
|