StrFmt.h: fix build with Clang

This commit is contained in:
oltolm
2025-11-16 20:05:00 +02:00
committed by Elad
parent db8437b01c
commit b8031f4510
-4
View File
@@ -392,10 +392,6 @@ namespace fmt
{
raw_throw_exception(src_loc, reinterpret_cast<const char*>(fmt), type_info_v<Args...>, fmt_args_t<Args...>{fmt_unveil<Args>::get(args)...});
}
#if !defined(_MSC_VER) || defined(__clang__)
[[noreturn]] ~throw_exception();
#endif
};
template <typename CharT, usz N, typename... Args>