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