-1

NotImplementedError: Wrong number or type of arguments for overloaded function 'IVector_create'.

Possible C/C++ prototypes are:

IVector::create(std::vector< int,std::allocator< int > > const &,bool)
IVector::create(std::vector< int,std::allocator< int > > const &)
Pradeep
  • 9,667
  • 13
  • 27
  • 34

1 Answers1

0

This is because the data type of the parameter is incorrectly written in the code, or the function name is written incorrectly.