This commit is contained in:
gabime
2025-01-06 10:45:17 +02:00
parent f467be8edb
commit 08a9604a57
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
namespace spdlog {
// public methods
logger::logger(const logger &other) noexcept
logger::logger(const logger &other)
: name_(other.name_),
sinks_(other.sinks_),
level_(other.level_.load(std::memory_order_relaxed)),