mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 10:59:02 +08:00
noexcept
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user