mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
fixed compliation error on gcc 4.8.x
This commit is contained in:
parent
1b2c8b9d3e
commit
1dcaa45443
@ -158,7 +158,7 @@ private:
|
|||||||
throw spdlog_ex("logger with name " + logger_name + " already exists");
|
throw spdlog_ex("logger with name " + logger_name + " already exists");
|
||||||
_loggers[logger->name()] = logger;
|
_loggers[logger->name()] = logger;
|
||||||
}
|
}
|
||||||
registry_t<Mutex>() = default;
|
registry_t<Mutex>(){}
|
||||||
registry_t<Mutex>(const registry_t<Mutex>&) = delete;
|
registry_t<Mutex>(const registry_t<Mutex>&) = delete;
|
||||||
registry_t<Mutex>& operator=(const registry_t<Mutex>&) = delete;
|
registry_t<Mutex>& operator=(const registry_t<Mutex>&) = delete;
|
||||||
Mutex _mutex;
|
Mutex _mutex;
|
||||||
|
Loading…
Reference in New Issue
Block a user