BAN: Move placement new to its own file and fix includes
This commit is contained in:
@@ -16,6 +16,3 @@ namespace BAN
|
||||
static constexpr void(&deallocator)(void*) = free;
|
||||
#endif
|
||||
}
|
||||
|
||||
inline void* operator new(size_t, void* addr) { return addr; }
|
||||
inline void* operator new[](size_t, void* addr) { return addr; }
|
||||
|
||||
Reference in New Issue
Block a user