From b8031f45101c50b0d22666f73a26a76af0a6b975 Mon Sep 17 00:00:00 2001 From: oltolm Date: Fri, 13 Jun 2025 00:09:52 +0200 Subject: [PATCH] StrFmt.h: fix build with Clang --- Utilities/StrFmt.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Utilities/StrFmt.h b/Utilities/StrFmt.h index 5eba199e26..ac503de277 100644 --- a/Utilities/StrFmt.h +++ b/Utilities/StrFmt.h @@ -392,10 +392,6 @@ namespace fmt { raw_throw_exception(src_loc, reinterpret_cast(fmt), type_info_v, fmt_args_t{fmt_unveil::get(args)...}); } - -#if !defined(_MSC_VER) || defined(__clang__) - [[noreturn]] ~throw_exception(); -#endif }; template