0_0_39735970_6393.cpp
0_0_39735970_6393.cpp(11) : error C3867: “std::list<int,std::allocator<_Ty>>::clear”: 函数调用缺少参数列表;请使用“&std::list<int,std::allocator<_Ty>>::clear”创建指向成员的指针
with
[
_Ty=int
]
0_0_39735970_6393.cpp(23) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_39735970_6393.cpp(27) : error C3867: “std::list<int,std::allocator<_Ty>>::begin”: 函数调用缺少参数列表;请使用“&std::list<int,std::allocator<_Ty>>::begin”创建指向成员的指针
with
[
_Ty=int
]
0_0_39735970_6393.cpp(27) : error C2679: 二进制“=”: 没有找到接受“overloaded-function”类型的右操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\list(396): 可能是“std::_List_iterator<std::_List_val<std::_List_simple_types<int>>> &std::_List_iterator<std::_List_val<std::_List_simple_types<int>>>::operator =(const std::_List_iterator<std::_List_val<std::_List_simple_types<int>>> &)”
尝试匹配参数列表“(std::_List_iterator<std::_List_val<std::_List_simple_types<int>>>, overloaded-function)”时
0_0_39735970_6393.cpp(28) : error C2451: “std::_List_iterator<std::_List_val<std::_List_simple_types<int>>>”类型的条件表达式是非法的
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
|