[compat] fix clang std::terminate error #307

Merged
crueter merged 1 commit from fixclangforglibclibcuser into master 2025-08-25 14:43:51 +02:00

View file

@ -4,6 +4,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include <fmt/format.h>
#include <cstdio>
#include <exception>
[[noreturn]] void assert_terminate_impl(const char* expr_str, fmt::string_view msg, fmt::format_args args) {
fmt::print(stderr, "assertion failed: {}\n", expr_str);