mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
fix warnings and build
This commit is contained in:
@@ -63,7 +63,7 @@ namespace spdlog {
|
||||
return enabled_.load(std::memory_order_relaxed);
|
||||
}
|
||||
|
||||
operator bool() const
|
||||
explicit operator bool() const
|
||||
{
|
||||
return enabled();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user