Improve debug codegen
This commit is contained in:
@@ -179,7 +179,7 @@ void vprint(std::basic_ostream<Char>& os,
|
||||
FMT_EXPORT template <typename... T>
|
||||
void print(std::ostream& os, format_string<T...> fmt, T&&... args) {
|
||||
const auto& vargs = fmt::make_format_args(args...);
|
||||
if (detail::use_utf8())
|
||||
if (FMT_USE_UTF8)
|
||||
vprint(os, fmt, vargs);
|
||||
else
|
||||
detail::vprint_directly(os, fmt, vargs);
|
||||
|
||||
Reference in New Issue
Block a user