new
.
More...
bad_alloc
(or classes derived from it) is used to report allocation errors from the throwing forms of new
.
Definition at line 55 of file new.
virtual const char* what | ( | ) | const throw () [virtual, inherited] |
Returns a C-style character string describing the general cause of the current error.
Reimplemented in ios_base::failure, logic_error, and runtime_error.