mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
trailing id after #endif
This commit is contained in:
parent
b611c7fb34
commit
6d9fab5af4
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ including this header is not necessary.
|
||||||
// ------------------------------------------------------
|
// ------------------------------------------------------
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#include <new>
|
#include <new>
|
||||||
|
|
||||||
void operator delete(void* p) noexcept { mi_free(p); };
|
void operator delete(void* p) noexcept { mi_free(p); };
|
||||||
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
|
#endif
|
||||||
|
|
||||||
#endif MIMALLOC_OVERRIDE_H
|
#endif // MIMALLOC_OVERRIDE_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue