Important update: Arm Announces End of Life Timeline for Mbed. This site will be archived in July 2026. Read the full announcement.
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();