fix warnings and build

This commit is contained in:
gabime
2019-09-05 01:12:27 +03:00
parent 28845b96bd
commit 433785dc64
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ namespace spdlog {
// move cannot be default,
// since we need to reset head_, tail_, etc to zero in the moved object
circular_q(circular_q&& other) SPDLOG_NOEXCEPT:
circular_q(circular_q&& other) SPDLOG_NOEXCEPT
{
copy_moveable(std::move(other));
}