diff options
author | eudoxos <eu@doxos.eu> | 2020-05-13 11:46:47 +0200 |
---|---|---|
committer | eudoxos <eu@doxos.eu> | 2020-05-13 11:46:47 +0200 |
commit | d1ae194f8d82027cd6cbe35e32111550c9bba9fd (patch) | |
tree | e94f17e71c102eff237e6a5807599ce508985225 | |
parent | 58081c05e548560d3a60050bbf260ebec5d1e867 (diff) |
Add "new" proxy header for compatibility with c++-standard #include<new>
-rw-r--r-- | cores/arduino/new | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cores/arduino/new b/cores/arduino/new new file mode 100644 index 0000000..aa8ecb5 --- /dev/null +++ b/cores/arduino/new @@ -0,0 +1,5 @@ +/* +this header is for compatibility with standard c++ header names +so that #include<new> works as expected +*/ +#include "new.h" |