haiku/headers/build/gcc-2.95.3/new.h

12 lines
161 B
C++

// -*- C++ -*- forwarding header.
#ifndef __NEW_H__
#define __NEW_H__
#include <new>
using std::new_handler;
using std::set_new_handler;
#endif // __NEW_H__