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