ATLAS Offline Software
Control
CxxUtils
src
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
30
__throw_bad_array_new_length
()
31
{
32
std::abort();
33
}
34
35
36
}
std::__throw_bad_array_new_length
void __throw_bad_array_new_length()
Definition:
excabort.cxx:30
Generated on Thu Nov 7 2024 21:15:06 for ATLAS Offline Software by
1.8.18