We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfd0a0 commit 0bedba4Copy full SHA for 0bedba4
1 file changed
backward.hpp
@@ -4370,7 +4370,9 @@ class SignalHandling {
4370
SetUnhandledExceptionFilter(crash_handler);
4371
4372
signal(SIGABRT, signal_handler);
4373
+#if defined(_MSC_VER)
4374
_set_abort_behavior(0, _WRITE_ABORT_MSG | _CALL_REPORTFAULT);
4375
+#endif
4376
4377
std::set_terminate(&terminator);
4378
#ifndef BACKWARD_ATLEAST_CXX17
0 commit comments