mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-01-11 15:39:35 -05: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
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…
Reference in New Issue
Block a user