0_0_40037572_13331.cpp
0_0_40037572_13331.cpp(50) : error C2143: 语法错误 : 缺少“;”(在“[”的前面)
0_0_40037572_13331.cpp(50) : error C2337: “layout”: 未找到特性
0_0_40037572_13331.cpp(50) : error C2337: “moves”: 未找到特性
0_0_40037572_13331.cpp(50) : error C2143: 语法错误 : 缺少“;”(在“=”的前面)
0_0_40037572_13331.cpp(53) : error C2065: “layout”: 未声明的标识符
0_0_40037572_13331.cpp(54) : error C2065: “moves”: 未声明的标识符
0_0_40037572_13331.cpp(59) : error C2065: “layout”: 未声明的标识符
0_0_40037572_13331.cpp(60) : error C2065: “layout”: 未声明的标识符
0_0_40037572_13331.cpp(61) : error C3536: “newLayout”: 初始化之前无法使用
0_0_40037572_13331.cpp(61) : error C2664: “std::string layoutToString(const std::vector<std::vector<int,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>> &)”: 无法将参数 1 从“int”转换为“const std::vector<std::vector<int,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>> &”
with
[
_Ty=int
]
原因如下: 无法从“int”转换为“const std::vector<std::vector<int,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>>”
with
[
_Ty=int
]
class“std::vector<std::vector<int,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>>”的构造函数声明为“explicit”
with
[
_Ty=int
]
0_0_40037572_13331.cpp(63) : error C3536: “newLayout”: 初始化之前无法使用
0_0_40037572_13331.cpp(63) : error C2065: “moves”: 未声明的标识符
0_0_40037572_13331.cpp(63) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|