include <new> with OCTA_ALLOW_CXXSTD

master
Daniel Kolesa 2015-05-27 23:52:39 +01:00
parent 9b98741c4d
commit 1b75a10ec8
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ inline void *operator new (size_t, void *p) { return p; }
inline void *operator new [](size_t, void *p) { return p; }
inline void operator delete (void *, void *) {}
inline void operator delete[](void *, void *) {}
#else
#include <new>
#endif
#endif