deleted copy op and a little format

This commit is contained in:
Daniel Chabrowski
2018-02-25 02:43:26 +01:00
parent af50d5ef1f
commit 0c94ce0039
14 changed files with 35 additions and 33 deletions

View File

@@ -21,7 +21,7 @@ inline spdlog::async_logger::async_logger(const std::string& name,
const It& begin,
const It& end,
size_t queue_size,
const async_overflow_policy overflow_policy,
const async_overflow_policy overflow_policy,
const std::function<void()>& worker_warmup_cb,
const std::chrono::milliseconds& flush_interval_ms,
const std::function<void()>& worker_teardown_cb) :
@@ -33,7 +33,7 @@ inline spdlog::async_logger::async_logger(const std::string& name,
inline spdlog::async_logger::async_logger(const std::string& name,
sinks_init_list sinks,
size_t queue_size,
const async_overflow_policy overflow_policy,
const async_overflow_policy overflow_policy,
const std::function<void()>& worker_warmup_cb,
const std::chrono::milliseconds& flush_interval_ms,
const std::function<void()>& worker_teardown_cb) :
@@ -42,7 +42,7 @@ inline spdlog::async_logger::async_logger(const std::string& name,
inline spdlog::async_logger::async_logger(const std::string& name,
sink_ptr single_sink,
size_t queue_size,
const async_overflow_policy overflow_policy,
const async_overflow_policy overflow_policy,
const std::function<void()>& worker_warmup_cb,
const std::chrono::milliseconds& flush_interval_ms,
const std::function<void()>& worker_teardown_cb) :