Defines a list of portable 'new' style memory allocators. Deals with older compilers that don't have exceptions in the new header file. Add any additional functions that are needed for portability here. More...
#include <new>
Go to the source code of this file.
Defines | |
#define | BAD_ALLOC_EXCEPTION std::bad_alloc |
#define | THROW(x) throw(x) |
#define | THROW_NOTHING throw() |
Defines a list of portable 'new' style memory allocators. Deals with older compilers that don't have exceptions in the new header file. Add any additional functions that are needed for portability here.
Definition in file portable_new.h.
#define BAD_ALLOC_EXCEPTION std::bad_alloc |
Definition at line 49 of file portable_new.h.
#define THROW | ( | x | ) | throw(x) |
Definition at line 47 of file portable_new.h.
#define THROW_NOTHING throw() |
Definition at line 48 of file portable_new.h.