-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Add trivial new[] and delete[] operators #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
See Issue 883. |
The previous commit should not have referenced this pull request. |
+1 |
Please don't apply this pull request because it contradicts C++ standard. operator new[] must be implemented in other way. Please look at Also operator new from arduino has wrong realization too. Please use one from uclibc++ or, as a better solution, include uclibc++ in arduino distribution. |
Issue 53 - Fix for delay() freeze after Flash.erase and Flash.read
Merged thanks. |
Damn! Why do you fix it WRONG WAY!? Your code
Please read: And please use CORRECT patches which you've been provided! |
…alid_gw_input Revert "check for invalid input on gateway"
Simple
new
anddelete
operators exist in<new.h>
and<new.cpp>
, but thenew[]
anddelete[]
operators do not.Test case: (should compile, but currently does not)