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

@@ -42,7 +42,7 @@ public:
logger(std::string name, sinks_init_list sinks)
: logger(std::move(name), sinks.begin(), sinks.end()) {}
logger(const logger &other) noexcept;
logger(const logger &other) ;
logger(logger &&other) noexcept;
~logger() = default;