mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
Add FMT_STRING to allow compilation with FMT_ENFORCE_COMPILE_STRING
This commit is contained in:
@@ -241,7 +241,7 @@ struct formatter<spdlog::details::dump_info<T>, char>
|
||||
|
||||
if (put_positions)
|
||||
{
|
||||
spdlog::fmt_lib::format_to(inserter, "{:04X}: ", pos);
|
||||
spdlog::fmt_lib::format_to(inserter, SPDLOG_FMT_STRING("{:04X}: "), pos);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user