-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
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