summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/cp/inc/new.h
blob: 799db7eeaedf4ac791eafc32478cf0fd8c6efc52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- C++ -*- forwarding header.

#ifndef __NEW_H__
#define __NEW_H__

#include <new>

#ifdef __HONOR_STD
using std::new_handler;
using std::set_new_handler;
#endif

#endif // __NEW_H__
OpenPOWER on IntegriCloud