Required behavior: A
new_Âhandler shall perform one of the following:
- make more storage available for allocation and then return;
- throw an exception of type
bad_Âalloc
or a class derived from
bad_Âalloc;
- terminate execution of the program without returning to the caller.