0_0_39689635_24722.cpp
0_0_39689635_24722.cpp(81) : error C2664: “void std::queue<std::tuple<int,int,int>,std::deque<_Ty,std::allocator<_Ty>>>::push(const std::tuple<int,int,int> &)”: 无法将参数 1 从“initializer-list”转换为“std::tuple<int,int,int> &&”
with
[
_Ty=std::tuple<int,int,int>
]
原因如下: 无法从“initializer-list”转换为“std::tuple<int,int,int>”
无构造函数可以接受源类型,或构造函数重载决策不明确
0_0_39689635_24722.cpp(85) : error C2143: 语法错误 : 缺少“;”(在“[”的前面)
0_0_39689635_24722.cpp(85) : error C2337: “x”: 未找到特性
0_0_39689635_24722.cpp(85) : error C2337: “y”: 未找到特性
0_0_39689635_24722.cpp(85) : error C2337: “t”: 未找到特性
0_0_39689635_24722.cpp(85) : error C2143: 语法错误 : 缺少“;”(在“=”的前面)
0_0_39689635_24722.cpp(86) : error C2065: “x”: 未声明的标识符
0_0_39689635_24722.cpp(86) : error C2065: “y”: 未声明的标识符
0_0_39689635_24722.cpp(86) : error C2065: “t”: 未声明的标识符
0_0_39689635_24722.cpp(89) : error C2065: “x”: 未声明的标识符
0_0_39689635_24722.cpp(89) : error C2065: “y”: 未声明的标识符
0_0_39689635_24722.cpp(94) : error C2065: “t”: 未声明的标识符
0_0_39689635_24722.cpp(98) : error C2065: “x”: 未声明的标识符
0_0_39689635_24722.cpp(99) : error C2065: “y”: 未声明的标识符
0_0_39689635_24722.cpp(101) : error C2065: “t”: 未声明的标识符
0_0_39689635_24722.cpp(101) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|