home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Software / Servis / Devc / _SETUP.4 / Group3 / new.h < prev    next >
C/C++ Source or Header  |  1998-03-08  |  174b  |  14 lines

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