0_0_39832564_8211.cpp
VC2013\INCLUDE\deque(947) : error C2027: 使用了未定义类型“std::tuple<int,int,int>”
VC2013\INCLUDE\queue(23): 参见对正在编译的类 模板 实例化“std::deque<_Ty,std::allocator<_Ty>>”的引用
with
[
_Ty=std::tuple<int,int,int>
]
0_0_39832564_8211.cpp(23): 参见对正在编译的类 模板 实例化“std::queue<std::tuple<int,int,int>,std::deque<_Ty,std::allocator<_Ty>>>”的引用
with
[
_Ty=std::tuple<int,int,int>
]
VC2013\INCLUDE\deque(948) : error C2027: 使用了未定义类型“std::tuple<int,int,int>”
0_0_39832564_8211.cpp(24) : error C3861: “make_tuple”: 找不到标识符
0_0_39832564_8211.cpp(28) : error C2143: 语法错误 : 缺少“;”(在“[”的前面)
0_0_39832564_8211.cpp(28) : error C2337: “x”: 未找到特性
0_0_39832564_8211.cpp(28) : error C2337: “y”: 未找到特性
0_0_39832564_8211.cpp(28) : error C2337: “t”: 未找到特性
0_0_39832564_8211.cpp(28) : error C2143: 语法错误 : 缺少“;”(在“=”的前面)
0_0_39832564_8211.cpp(31) : error C2065: “x”: 未声明的标识符
0_0_39832564_8211.cpp(31) : error C2065: “y”: 未声明的标识符
0_0_39832564_8211.cpp(31) : error C2065: “t”: 未声明的标识符
0_0_39832564_8211.cpp(36) : error C2065: “x”: 未声明的标识符
0_0_39832564_8211.cpp(36) : error C2065: “y”: 未声明的标识符
0_0_39832564_8211.cpp(36) : error C2065: “t”: 未声明的标识符
0_0_39832564_8211.cpp(39) : error C3861: “make_tuple”: 找不到标识符
|