ATLAS Offline Software
excabort.cxx
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
3  */
24 #include <cstdlib>
25 
26 
27 namespace std {
28 
29 void
31 {
32  std::abort();
33 }
34 
35 
36 }
std::__throw_bad_array_new_length
void __throw_bad_array_new_length()
Definition: excabort.cxx:30