This commit is contained in:
gabime
2019-12-21 15:54:42 +02:00
parent 68ed281461
commit fc3d18ed64
6 changed files with 32 additions and 39 deletions

View File

@@ -30,7 +30,6 @@
namespace spdlog {
namespace details {
SPDLOG_INLINE registry::registry()
: formatter_(new pattern_formatter())
{

View File

@@ -28,7 +28,6 @@ class periodic_worker;
class registry
{
public:
registry(const registry &) = delete;
registry &operator=(const registry &) = delete;