ATLAS Offline Software
Loading...
Searching...
No Matches
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
*/
22
23
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
STL namespace.
std::__throw_bad_array_new_length
void __throw_bad_array_new_length()
Definition
excabort.cxx:30
Generated on
for ATLAS Offline Software by
1.14.0