mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
delete
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
|
||||
protected:
|
||||
virtual void sink_it_(const std::string& msg) = 0;
|
||||
std::atomic<int> _level = level::INFO;
|
||||
std::atomic<int> _level{level::INFO};
|
||||
};
|
||||
|
||||
class null_sink:public base_sink {
|
||||
@@ -41,4 +41,4 @@ protected:
|
||||
{}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user