0_0_13616017_10134.cpp
0_0_13616017_10134.cpp(193) : error C2440: “=”: 无法从“std::vector<int,std::allocator<_Ty>> *”转换为“std::vector<char,std::allocator<char>> *”
with
[
_Ty=int
]
与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_13616017_10134.cpp(213) : error C2440: “=”: 无法从“std::vector<int,std::allocator<_Ty>> *”转换为“std::vector<char,std::allocator<char>> *”
with
[
_Ty=int
]
与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
|