Skip to content

Commit

Permalink
Update fmt version 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Jun 24, 2021
1 parent c858b14 commit 8bf7186
Show file tree
Hide file tree
Showing 15 changed files with 5,039 additions and 5,432 deletions.
2 changes: 1 addition & 1 deletion include/spdlog/common-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ SPDLOG_INLINE spdlog_ex::spdlog_ex(std::string msg)
SPDLOG_INLINE spdlog_ex::spdlog_ex(const std::string &msg, int last_errno)
{
memory_buf_t outbuf;
fmt::format_system_error(outbuf, last_errno, msg);
fmt::format_system_error(outbuf, last_errno, msg.c_str());
msg_ = fmt::to_string(outbuf);
}

Expand Down
27 changes: 0 additions & 27 deletions include/spdlog/fmt/bundled/LICENSE.rst

This file was deleted.

Loading

0 comments on commit 8bf7186

Please sign in to comment.