0_0_39805683_17397.cpp
0_0_39805683_17397.cpp(34) : error C2065: “last_end”: 未声明的标识符
0_0_39805683_17397.cpp(35) : error C2563: 在形参表中不匹配
0_0_39805683_17397.cpp(35) : error C2065: “last_end”: 未声明的标识符
0_0_39805683_17397.cpp(39) : error C2664: “void std::vector<int,std::allocator<_Ty>>::push_back(const int &)”: 无法将参数 1 从“iterator_traits<_Iter>::difference_type (__cdecl *)(_InIt,_InIt,const _Ty &)”转换为“int &&”
with
[
_Ty=int
]
原因如下: 无法从“overloaded-function”转换为“int”
上下文不允许消除重载函数的歧义
|