Merge pull request #2677 from MatthewGentoo/bug-928361
mu-utils: Fix build with musl
This commit is contained in:
@ -265,7 +265,7 @@ bool fputs_encoded (const std::string& str, FILE *stream);
|
|||||||
template<typename...T>
|
template<typename...T>
|
||||||
static inline bool mu_print_encoded(fmt::format_string<T...> frm, T&&... args) noexcept {
|
static inline bool mu_print_encoded(fmt::format_string<T...> frm, T&&... args) noexcept {
|
||||||
return fputs_encoded(fmt::format(frm, std::forward<T>(args)...),
|
return fputs_encoded(fmt::format(frm, std::forward<T>(args)...),
|
||||||
::stdout);
|
stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user