Compilation fix (#9622)
This commit is contained in:
+1
-1
@@ -297,7 +297,7 @@ namespace fmt
|
|||||||
raw_throw_exception({line, col, file, func}, reinterpret_cast<const char*>(fmt), type_list, fmt_args_t<Args...>{fmt_unveil<Args>::get(args)...});
|
raw_throw_exception({line, col, file, func}, reinterpret_cast<const char*>(fmt), type_list, fmt_args_t<Args...>{fmt_unveil<Args>::get(args)...});
|
||||||
}
|
}
|
||||||
|
|
||||||
[[noreturn]] ~throw_exception();
|
[[noreturn]] ~throw_exception() { std::abort(); } // Unreachable
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename CharT, usz N, typename... Args>
|
template <typename CharT, usz N, typename... Args>
|
||||||
|
|||||||
Reference in New Issue
Block a user