mirror of
https://github.com/corda/corda.git
synced 2025-02-01 16:58:27 +00:00
add a comment explaining our dummy libstdc++ functions
This commit is contained in:
parent
48e532f8e9
commit
8df1118120
@ -3,8 +3,9 @@
|
||||
#include "string.h"
|
||||
#include "jni.h"
|
||||
|
||||
// since we don't link against libstdc++, we must implement some dummy
|
||||
// functions:
|
||||
extern "C" void __cxa_pure_virtual(void) { abort(); }
|
||||
|
||||
void operator delete(void*) { abort(); }
|
||||
|
||||
#ifdef JNI_VERSION_1_6
|
||||
|
Loading…
x
Reference in New Issue
Block a user