0_0_13528388_1866.cpp
0_0_13528388_1866.cpp(27) : error C2664: “void std::queue<int,std::deque<_Ty,std::allocator<_Ty>>>::push(const int &)”: 无法将参数 1 从“node”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“node”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_13528388_1866.cpp(30) : error C2679: 二进制“=”: 没有找到接受“int”类型的右操作数的运算符(或没有可接受的转换)
0_0_13528388_1866.cpp(13): 可能是“node &node::operator =(const node &)”
尝试匹配参数列表“(node, int)”时
0_0_13528388_1866.cpp(43) : error C2664: “void std::queue<int,std::deque<_Ty,std::allocator<_Ty>>>::push(const int &)”: 无法将参数 1 从“node”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“node”转换为“int”
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
|