ATLAS Offline Software
Loading...
Searching...
No Matches
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
27namespace std {
28
29void
31{
32 std::abort();
33}
34
35
36}
STL namespace.
void __throw_bad_array_new_length()
Definition excabort.cxx:30