ATLAS Offline Software
Functions
excabort.cxx File Reference
#include <cstdlib>
Include dependency graph for excabort.cxx:

Go to the source code of this file.

Functions

void std::__throw_bad_array_new_length ()
 

Function Documentation

◆ __throw_bad_array_new_length()

void std::__throw_bad_array_new_length ( )

Definition at line 30 of file excabort.cxx.

31 {
32  std::abort();
33 }