0_0_11303467_850.cpp
0_0_11303467_850.cpp(43) : error C2475: “std::vector<_Ty>::size” : 构造一个指向成员的指针需要显式使用 address-of 运算符('&')和限定名
with
[
_Ty=int
]
0_0_11303467_850.cpp(43) : error C2475: “std::vector<_Ty>::size” : 构造一个指向成员的指针需要显式使用 address-of 运算符('&')和限定名
with
[
_Ty=int
]
0_0_11303467_850.cpp(43) : error C2446: “<” : 没有从“std::vector<_Ty>::size_type (__thiscall std::vector<_Ty>::* )(void) const”到“int”的转换
with
[
_Ty=int
]
没有使该转换得以执行的上下文
0_0_11303467_850.cpp(43) : error C2297: “<” : 非法,右操作数包含“std::vector<_Ty>::size_type (__thiscall std::vector<_Ty>::* )(void) const”类型
with
[
_Ty=int
]
|