summaryrefslogtreecommitdiff
path: root/gcc/cp/inc/new.h
blob: 006be7efb07fac1ebb837480562745219b9f1c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
// -*- C++ -*- forwarding header.

#ifndef __NEW_H__
#define __NEW_H__

#include <new>

using std::new_handler;
using std::set_new_handler;

#endif // __NEW_H__