0_0_3197011_28503.cpp
0_0_3197011_28503.cpp(34) : error C2664: “std::queue<_Ty>::queue(const _Container &)” : 不能将参数 1 从“int”转换为“const std::deque<_Ty> &”
with
[
_Ty=int,
_Container=std::deque<int>
]
and
[
_Ty=int
]
原因如下: 无法从“int”转换为“const std::deque<_Ty>”
with
[
_Ty=int
]
class“std::deque<_Ty>”的构造函数声明为“explicit”
with
[
_Ty=int
]
|