Undecorated new is OK to use

Former-commit-id: 5b885bb1649805f6a2edb8d28edd1447bb6c4843
This commit is contained in:
John Sully 2020-06-01 23:36:01 -04:00
parent 419720d5ef
commit 64adf015b1

View File

@ -4,7 +4,6 @@
void *operator new(size_t size, enum MALLOC_CLASS mclass);
#ifndef SANITIZE
[[deprecated]]
void *operator new(size_t size);
void operator delete(void * p) noexcept;