mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-03 14:09:31 +03:00
trailing id after #endif
This commit is contained in:
parent
272a8e03e4
commit
7091670c22
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ including this header is not necessary.
|
|||
// ------------------------------------------------------
|
||||
#ifdef __cplusplus
|
||||
#include <new>
|
||||
|
||||
|
||||
void operator delete(void* p) noexcept { mi_free(p); };
|
||||
void operator delete[](void* p) noexcept { mi_free(p); };
|
||||
|
||||
|
@ -103,4 +103,4 @@ including this header is not necessary.
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#endif MIMALLOC_OVERRIDE_H
|
||||
#endif // MIMALLOC_OVERRIDE_H
|
||||
|
|
Loading…
Add table
Reference in a new issue