mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
committed by
Christian Helmuth
parent
7bed3967ae
commit
e370e08e01
@ -55,7 +55,7 @@ static inline T * Genode::construct_at(void *at, ARGS &&... args)
|
||||
{
|
||||
Placeable(ARGS &&... args) : T(args...) { }
|
||||
|
||||
void * operator new (size_t, void *ptr) { return ptr; }
|
||||
void * operator new (__SIZE_TYPE__, void *ptr) { return ptr; }
|
||||
void operator delete (void *, void *) { }
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user