From ccc6b7fcb08f5a5713c2ac74a28113814b4c70b4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Oct 2022 20:32:24 +0200 Subject: a --- compat/assert.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'compat') diff --git a/compat/assert.hpp b/compat/assert.hpp index 9c55c5b3..81d5d4ab 100644 --- a/compat/assert.hpp +++ b/compat/assert.hpp @@ -12,6 +12,7 @@ constexpr inline void abort(const char (&fmt)[N], Xs... xs) if (std::is_constant_evaluated()) throw "aborting"; else { + std::fputs("fatal: ", stderr); std::fprintf(stderr, fmt, xs...); std::putc('\n', stderr); std::fflush(stderr); -- cgit v1.2.3