Commit a39f71db authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #444 from alzix/minor-fixes

Minor fixes
parents 57dc8773 8329d97d
...@@ -56,7 +56,7 @@ class async_log_helper ...@@ -56,7 +56,7 @@ class async_log_helper
~async_msg() = default; ~async_msg() = default;
async_msg(async_msg&& other) SPDLOG_NOEXCEPT: async_msg(async_msg&& other) SPDLOG_NOEXCEPT:
logger_name(std::move(other.logger_name)), logger_name(std::move(other.logger_name)),
level(std::move(other.level)), level(std::move(other.level)),
time(std::move(other.time)), time(std::move(other.time)),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment