mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Fix missing spdlog::
This commit is contained in:
@@ -216,7 +216,7 @@ struct formatter<spdlog::details::dump_info<T>, char>
|
||||
|
||||
if (put_positions)
|
||||
{
|
||||
fmt_lib::format_to(inserter, "{:04X}: ", pos);
|
||||
spdlog::fmt_lib::format_to(inserter, "{:04X}: ", pos);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user