mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-31 03:54:22 -04:00
use compiler extension instead of C11 noreturn
C11 noreturn isn't available in C++.
This commit is contained in:
parent
7106bff27f
commit
d8817417cc
2 changed files with 3 additions and 3 deletions
2
new.cc
2
new.cc
|
@ -1,8 +1,6 @@
|
|||
#include <bits/functexcept.h>
|
||||
#include <new>
|
||||
|
||||
#define noreturn
|
||||
|
||||
#include "h_malloc.h"
|
||||
#include "util.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue