diff --git a/Utilities/StrFmt.h b/Utilities/StrFmt.h index f104777903..a46f676dd4 100644 --- a/Utilities/StrFmt.h +++ b/Utilities/StrFmt.h @@ -297,7 +297,7 @@ namespace fmt raw_throw_exception({line, col, file, func}, reinterpret_cast(fmt), type_list, fmt_args_t{fmt_unveil::get(args)...}); } - [[noreturn]] ~throw_exception(); + [[noreturn]] ~throw_exception() { std::abort(); } // Unreachable }; template