mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Fix #1195
This commit is contained in:
@@ -116,7 +116,12 @@ struct formatter<spdlog::details::bytes_range<T>>
|
||||
|
||||
std::size_t pos = 0;
|
||||
std::size_t column = line_size;
|
||||
#if FMT_VERSION < 60000
|
||||
auto inserter = ctx.begin();
|
||||
#else
|
||||
auto inserter = ctx.out();
|
||||
#endif
|
||||
|
||||
|
||||
for (auto &item : the_range)
|
||||
{
|
||||
|
Reference in New Issue
Block a user