aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/new
diff options
context:
space:
mode:
authorDavid Madison <dmadison@users.noreply.github.com>2020-07-23 06:38:35 -0400
committerDavid Madison <dmadison@users.noreply.github.com>2020-07-23 06:38:35 -0400
commit41870576b451062921f9e35be411efa56be37ea1 (patch)
tree4a0f8da4185436714fccb33db8b592db8a8b83b2 /cores/arduino/new
parent924299c159b619852d4c5eb1fc106db8a459d661 (diff)
parent3055c1efa3c6980c864f661e6c8cc5d5ac773af4 (diff)
Merge tag '1.8.3' into upstream-updates
Release 1.8.3
Diffstat (limited to 'cores/arduino/new')
-rw-r--r--cores/arduino/new5
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"