revert StrFmt.h

This commit is contained in:
qurious-pixel 2026-01-11 13:13:31 -08:00 committed by GitHub
parent 572e3dd350
commit ceefc01575
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -393,8 +393,8 @@ 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(__FreeBSD__)
[[noreturn]] ~throw_exception();
#if !defined(_MSC_VER) || defined(__clang__)
[[noreturn]] ~throw_exception() = default;
#endif
};