cgma
|
00001 #include <new> 00002 00003 // According to section 18.4 of the 2005-10-19 working draft 00004 // of the C++ Standard (Doc no: N1905=05-0165), these are the 00005 // symbols defined in the <new> header. 00006 00007 using std::bad_alloc; 00008 using std::nothrow_t; 00009 using std::nothrow; 00010 using std::new_handler; 00011 using std::set_new_handler;