0_0_39031869_14605.cpp
0_0_39031869_14605.cpp(76) : error C2059: 语法错误:“空声明”
0_0_39031869_14605.cpp(76) : error C2143: 语法错误 : 缺少“;”(在“[”的前面)
0_0_39031869_14605.cpp(76) : error C3481: “y”: 未找到 lambda 捕获变量
0_0_39031869_14605.cpp(76) : error C3481: “x”: 未找到 lambda 捕获变量
0_0_39031869_14605.cpp(76) : error C2059: 语法错误:“)”
0_0_39031869_14605.cpp(76) : error C2059: 语法错误:“:”
0_0_39031869_14605.cpp(76) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_39031869_14605.cpp(77) : error C3493: 无法隐式捕获“s”,因为尚未指定默认捕获模式
0_0_39031869_14605.cpp(77) : error C2065: “x”: 未声明的标识符
0_0_39031869_14605.cpp(79) : error C2065: “x”: 未声明的标识符
0_0_39031869_14605.cpp(79) : error C2100: 非法的间接寻址
0_0_39031869_14605.cpp(81) : error C2678: 二进制“!=”: 没有找到接受“int”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\exception(512): 可能是“bool std::operator !=(const std::exception_ptr &,const std::exception_ptr &)”[通过使用参数相关的查找找到]
VC2013\INCLUDE\exception(517): 或 “bool std::operator !=(std::nullptr_t,const std::exception_ptr &)”[使用参数相关的查找找到]
VC2013\INCLUDE\exception(522): 或 “bool std::operator !=(const std::exception_ptr &,std::nullptr_t)”[使用参数相关的查找找到]
VC2013\INCLUDE\system_error(419): 或 “bool std::operator !=(const std::error_code &,const std::error_condition &) throw()”[使用参数相关的查找找到]
VC2013\INCLUDE\system_error(426): 或 “bool std::operator !=(const std::error_condition &,const std::error_code &) throw()”[使用参数相关的查找找到]
尝试匹配参数列表“(int, std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<int>>>)”时
0_0_39031869_14605.cpp(81) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|