summaryrefslogtreecommitdiff
path: root/src/exception.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/exception.cc')
-rw-r--r--src/exception.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exception.cc b/src/exception.cc
index ada0c3a..356fd2d 100644
--- a/src/exception.cc
+++ b/src/exception.cc
@@ -844,6 +844,8 @@ extern "C" void __cxa_call_unexpected(void*exception)
}
}
std::unexpected();
+ // Should not be reached.
+ abort();
}
namespace std