Skip to content

Commit

Permalink
Merge pull request arduino#340 from eudoxos/header-new
Browse files Browse the repository at this point in the history
Add "new" proxy header for compatibility with c++-standard #include<new>
  • Loading branch information
facchinm committed Jun 11, 2020
2 parents 9568c63 + d1ae194 commit 71c3f99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cores/arduino/new
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*
this header is for compatibility with standard c++ header names
so that #include<new> works as expected
*/
#include "new.h"

0 comments on commit 71c3f99

Please sign in to comment.