mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[libaxx] Support placement new
Change-Id: Ie2e2157cb27e7061c3225dbc01654465ae43e19f
This commit is contained in:
8
libaxx/include/new
Normal file
8
libaxx/include/new
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef LIBAXX_NEW
|
||||
#define LIBAXX_NEW
|
||||
|
||||
void * operator new(unsigned int size, void * ptr) noexcept {
|
||||
return ptr;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user