aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/new.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/new.cc')
-rw-r--r--gcc/cp/new.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/new.cc b/gcc/cp/new.cc
index 33cf190..28187a4 100644
--- a/gcc/cp/new.cc
+++ b/gcc/cp/new.cc
@@ -28,8 +28,9 @@
#pragma implementation "new"
#include "new"
-const nothrow_t nothrow = { };
+const std::nothrow_t std::nothrow = { };
+using std::new_handler;
new_handler __new_handler;
new_handler