Closed
Description
http://www.cplusplus.com/reference/new/nothrow/
AFAIK the arduino core doesn't really support new/delete (it just call malloc/free): https://github.com/arduino/ArduinoCore-avr/blob/master/cores/arduino/new.cpp
so i guess that supporting the notrow is not feasible yet