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