portable_new.h File Reference

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>
Include dependency graph for portable_new.h:

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()

Detailed Description

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 Documentation

#define BAD_ALLOC_EXCEPTION   std::bad_alloc

Definition at line 49 of file portable_new.h.

#define THROW (  )     throw(x)

Definition at line 47 of file portable_new.h.

#define THROW_NOTHING   throw()

Definition at line 48 of file portable_new.h.

Generated on Wed Feb 29 22:51:12 2012 for CXXUtilities by  doxygen 1.6.3