0_0_36027994_15725.cpp
0_0_36027994_15725.cpp(20) : error C3867: “std::vector<int,std::allocator<_Ty>>::size”: 函数调用缺少参数列表;请使用“&std::vector<int,std::allocator<_Ty>>::size”创建指向成员的指针
with
[
_Ty=int
]
0_0_36027994_15725.cpp(20) : error C2446: “<”: 没有从“unsigned int (__thiscall std::vector<int,std::allocator<_Ty>>::* )(void) throw() const”到“int”的转换
with
[
_Ty=int
]
没有使该转换得以执行的上下文
0_0_36027994_15725.cpp(20) : error C2297: “<”: 非法,右操作数包含“unsigned int (__thiscall std::vector<int,std::allocator<_Ty>>::* )(void) throw() const”类型
with
[
_Ty=int
]
|