0_0_33159189_2415.cpp
0_0_33159189_2415.cpp(9) : error C3533: “auto &”: 参数不能为包含“auto”的类型
0_0_33159189_2415.cpp(14) : error C3533: “auto &”: 参数不能为包含“auto”的类型
0_0_33159189_2415.cpp(17) : error C2664: “int (int,int &)”: 无法将参数 2 从“int (__cdecl *)(int,int &)”转换为“int &”
0_0_33159189_2415.cpp(21) : error C2059: 语法错误:“[”
0_0_33159189_2415.cpp(21) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_33159189_2415.cpp(22) : error C2065: “u”: 未声明的标识符
0_0_33159189_2415.cpp(22) : error C2065: “v”: 未声明的标识符
0_0_33159189_2415.cpp(23) : error C2065: “w”: 未声明的标识符
0_0_33159189_2415.cpp(17) : error C2664: “int g::<lambda_258883ba505eb4a044c5e64eade03036>::()::<lambda_d9bfc2655bb0d1cb4a1c713ee679dfd0>::operator ()(int,int &) const”: 无法将参数 2 从“g::<lambda_258883ba505eb4a044c5e64eade03036>::()::<lambda_d9bfc2655bb0d1cb4a1c713ee679dfd0>”转换为“int &”
0_0_33159189_2415.cpp(15) : error C2064: 项不会计算为接受 2 个参数的函数
0_0_33159189_2415.cpp(40) : error C2664: “int g(int &)”: 无法将参数 1 从“std::vector<std::tuple<int,int,int>,std::allocator<_Ty>>”转换为“int &”
with
[
_Ty=std::tuple<int,int,int>
]
0_0_33159189_2415.cpp(42) : error C2664: “int g(int &)”: 无法将参数 1 从“std::vector<std::tuple<int,int,int>,std::allocator<_Ty>>”转换为“int &”
with
[
_Ty=std::tuple<int,int,int>
]
|