mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Fixed #1197
This commit is contained in:
@@ -122,7 +122,6 @@ struct formatter<spdlog::details::bytes_range<T>>
|
||||
auto inserter = ctx.out();
|
||||
#endif
|
||||
|
||||
|
||||
for (auto &item : the_range)
|
||||
{
|
||||
auto ch = static_cast<unsigned char>(item);
|
||||
|
Reference in New Issue
Block a user