mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
performance-unnecessary-value-param
This commit is contained in:
@@ -48,7 +48,7 @@ inline spdlog::async_logger::async_logger(const std::string& logger_name,
|
||||
const std::function<void()>& worker_teardown_cb) :
|
||||
async_logger(logger_name,
|
||||
{
|
||||
single_sink
|
||||
std::move(single_sink)
|
||||
}, queue_size, overflow_policy, worker_warmup_cb, flush_interval_ms, worker_teardown_cb) {}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user