-1

NotImplementedError:重载函数“IVector_create”的参数数量或类型错误。

可能的 C/C++ 原型有:

IVector::create(std::vector< int,std::allocator< int > > const &,bool)
IVector::create(std::vector< int,std::allocator< int > > const &)
4

1 回答 1

0

这是因为代码中参数的数据类型写错了,或者函数名写错了。

于 2018-12-04T04:04:00.143 回答