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

@@ -63,7 +63,7 @@ namespace spdlog {
return enabled_.load(std::memory_order_relaxed);
}
operator bool() const
explicit operator bool() const
{
return enabled();
}