0_0_39846881_28510.cpp
VC2013\INCLUDE\deque(947) : error C2027: 使用了未定义类型“std::tuple<int,int,int,int>”
VC2013\INCLUDE\queue(23): 参见对正在编译的类 模板 实例化“std::deque<_Ty,std::allocator<_Ty>>”的引用
with
[
_Ty=std::tuple<int,int,int,int>
]
0_0_39846881_28510.cpp(14): 参见对正在编译的类 模板 实例化“std::queue<std::tuple<int,int,int,int>,std::deque<_Ty,std::allocator<_Ty>>>”的引用
with
[
_Ty=std::tuple<int,int,int,int>
]
VC2013\INCLUDE\deque(948) : error C2027: 使用了未定义类型“std::tuple<int,int,int,int>”
0_0_39846881_28510.cpp(16) : error C2664: “void std::queue<std::tuple<int,int,int,int>,std::deque<_Ty,std::allocator<_Ty>>>::push(const std::tuple<int,int,int,int> &)”: 无法将参数 1 从“initializer-list”转换为“std::tuple<int,int,int,int> &&”
with
[
_Ty=std::tuple<int,int,int,int>
]
原因如下: 无法从“initializer-list”转换为“std::tuple<int,int,int,int>”
源或目标有不完整类型
0_0_39846881_28510.cpp(18) : error C2143: 语法错误 : 缺少“;”(在“[”的前面)
0_0_39846881_28510.cpp(18) : error C2337: “x”: 未找到特性
0_0_39846881_28510.cpp(18) : error C2337: “y”: 未找到特性
0_0_39846881_28510.cpp(18) : error C2337: “z”: 未找到特性
0_0_39846881_28510.cpp(18) : error C2337: “s”: 未找到特性
0_0_39846881_28510.cpp(18) : error C2143: 语法错误 : 缺少“;”(在“=”的前面)
0_0_39846881_28510.cpp(20) : error C2065: “s”: 未声明的标识符
0_0_39846881_28510.cpp(21) : error C2065: “x”: 未声明的标识符
0_0_39846881_28510.cpp(21) : error C2065: “y”: 未声明的标识符
0_0_39846881_28510.cpp(21) : error C2065: “z”: 未声明的标识符
0_0_39846881_28510.cpp(21) : error C2065: “s”: 未声明的标识符
0_0_39846881_28510.cpp(23) : error C2065: “x”: 未声明的标识符
0_0_39846881_28510.cpp(23) : error C2065: “y”: 未声明的标识符
0_0_39846881_28510.cpp(23) : error C2065: “z”: 未声明的标识符
0_0_39846881_28510.cpp(28) : error C2065: “s”: 未声明的标识符
0_0_39846881_28510.cpp(28) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|