0_0_7896654_15797.cpp
0_0_7896654_15797.cpp(58) : error C2475: “std::vector<_Ty>::size” : 构造一个指向成员的指针需要显式使用 address-of 运算符('&')和限定名
with
[
_Ty=std::string
]
0_0_7896654_15797.cpp(58) : error C2475: “std::vector<_Ty>::size” : 构造一个指向成员的指针需要显式使用 address-of 运算符('&')和限定名
with
[
_Ty=std::string
]
0_0_7896654_15797.cpp(58) : error C2296: “-” : 非法,左操作数包含“std::vector<_Ty>::size_type (__thiscall std::vector<_Ty>::* )(void) const”类型
with
[
_Ty=std::string
]
|