Compiler Error 384

Compiler error 384 is: no instance of overloaded "operator new" matches the operator list

Arises when:

  • The argument to the new operator isn't of the right type

int foo;

new(&foo) String();


All wikipages