We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80943e6 commit 68651bcCopy full SHA for 68651bc
cores/arduino/abi.cpp
cores/arduino/new.cpp
@@ -6,6 +6,8 @@
6
7
#include "new.h"
8
9
+extern "C" void __cxa_pure_virtual() {}
10
+
11
// The C++ spec dictates that allocation failure should cause the
12
// (non-nothrow version of the) operator new to throw an exception.
13
// Since we expect to have exceptions disabled, it would be more
0 commit comments