home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / amiga / chiputil / gg / gcc-ppc.lha / ppc-gcc-newincludes.lha / include / new.h < prev    next >
C/C++ Source or Header  |  2000-02-05  |  161b  |  12 lines

  1. // -*- C++ -*- forwarding header.
  2.  
  3. #ifndef __NEW_H__
  4. #define __NEW_H__
  5.  
  6. #include <new>
  7.  
  8. using std::new_handler;
  9. using std::set_new_handler;
  10.  
  11. #endif // __NEW_H__
  12.