mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
Keep clang-tidy happy
This commit is contained in:
@@ -32,9 +32,10 @@ class logger
|
||||
{
|
||||
public:
|
||||
// Empty logger
|
||||
logger(std::string name) :
|
||||
explicit logger(std::string name) :
|
||||
name_(std::move(name)),
|
||||
sinks_(){}
|
||||
sinks_()
|
||||
{}
|
||||
|
||||
// Logger with range on sinks
|
||||
template<typename It>
|
||||
|
Reference in New Issue
Block a user