#ifndef LIBAXX_NEW #define LIBAXX_NEW inline void * operator new(unsigned int size, void * ptr) noexcept { return ptr; } #endif