File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99// new_handler.
1010// ===----------------------------------------------------------------------===//
1111
12- #include < cstdlib>
12+ #include < cstdlib> // std::abort
1313#include < exception>
1414#include < new>
1515#include " abort_message.h"
@@ -95,7 +95,7 @@ static void demangling_unexpected_handler()
9595static constexpr std::terminate_handler default_terminate_handler = demangling_terminate_handler;
9696static constexpr std::terminate_handler default_unexpected_handler = demangling_unexpected_handler;
9797#else // !LIBCXXABI_SILENT_TERMINATE
98- static constexpr std::terminate_handler default_terminate_handler = ::abort;
98+ static constexpr std::terminate_handler default_terminate_handler = std ::abort;
9999static constexpr std::terminate_handler default_unexpected_handler = std::terminate;
100100#endif // !LIBCXXABI_SILENT_TERMINATE
101101
You can’t perform that action at this time.
0 commit comments