0_0_39411453_28446.cpp
0_0_39411453_28446.cpp(12) : error C2146: 语法错误: 缺少“;”(在标识符“it”的前面)
0_0_39411453_28446.cpp(12) : error C2065: “it”: 未声明的标识符
0_0_39411453_28446.cpp(18) : error C2065: “it”: 未声明的标识符
0_0_39411453_28446.cpp(18) : error C3867: “std::list<int,std::allocator<_Ty>>::end”: 函数调用缺少参数列表;请使用“&std::list<int,std::allocator<_Ty>>::end”创建指向成员的指针
with
[
_Ty=int
]
0_0_39411453_28446.cpp(18) : error C2568: “!=”: 无法解析函数重载
VC2013\INCLUDE\list(1129): 可能是“std::_List_const_iterator<std::_List_val<std::_List_simple_types<int>>> std::list<int,std::allocator<_Ty>>::end(void) throw() const”
with
[
_Ty=int
]
VC2013\INCLUDE\list(1124): 或 “std::_List_iterator<std::_List_val<std::_List_simple_types<int>>> std::list<int,std::allocator<_Ty>>::end(void) throw()”
with
[
_Ty=int
]
0_0_39411453_28446.cpp(20) : error C2065: “it”: 未声明的标识符
0_0_39411453_28446.cpp(22) : error C2065: “it”: 未声明的标识符
0_0_39411453_28446.cpp(26) : error C2065: “it”: 未声明的标识符
0_0_39411453_28446.cpp(26) : error C2780: “_Ty *std::end(_Ty (&)[_Size])”: 应输入 1 个参数,却提供了 0 个
VC2013\INCLUDE\xutility(1220) : 参见“std::end”的声明
0_0_39411453_28446.cpp(26) : error C2780: “unknown-type std::end(const _Container &)”: 应输入 1 个参数,却提供了 0 个
VC2013\INCLUDE\xutility(1206) : 参见“std::end”的声明
0_0_39411453_28446.cpp(26) : error C2780: “unknown-type std::end(_Container &)”: 应输入 1 个参数,却提供了 0 个
VC2013\INCLUDE\xutility(1200) : 参见“std::end”的声明
0_0_39411453_28446.cpp(26) : error C2780: “const _Elem *std::end(std::initializer_list<_Elem>) throw()”: 应输入 1 个参数,却提供了 0 个
VC2013\INCLUDE\initializer_list(67) : 参见“std::end”的声明
0_0_39411453_28446.cpp(27) : error C2065: “it”: 未声明的标识符
0_0_39411453_28446.cpp(29) : error C2065: “it”: 未声明的标识符
|