mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
include stdc++ <new>
This commit is contained in:
parent
5adb558355
commit
7ea4b584b8
@ -15,6 +15,8 @@
|
||||
# define __STDC_CONSTANT_MACROS
|
||||
#endif
|
||||
|
||||
#include <new>
|
||||
|
||||
#include "stdlib.h"
|
||||
#include "stdarg.h"
|
||||
#include "stddef.h"
|
||||
@ -208,7 +210,6 @@ typedef intptr_t __attribute__((__may_alias__)) intptr_alias_t;
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4291 )
|
||||
#endif
|
||||
inline void* operator new(size_t, void* p) throw() { return p; }
|
||||
|
||||
namespace vm {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user