NotImplementedError:重载函数“ IVector_create”的参数数量或类型错误。
可能的C / C ++原型为:
IVector::create(std::vector< int,std::allocator< int > > const &,bool)
IVector::create(std::vector< int,std::allocator< int > > const &)
答案 0 :(得分:0)
这是因为参数的数据类型未正确写入代码中,或者函数名称未正确写入。