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