mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
clang-format static-lib
This commit is contained in:
@@ -127,7 +127,6 @@ public:
|
||||
// message all threads to terminate gracefully join them
|
||||
~thread_pool();
|
||||
|
||||
|
||||
thread_pool(const thread_pool &) = delete;
|
||||
thread_pool &operator=(thread_pool &&) = delete;
|
||||
|
||||
@@ -135,7 +134,6 @@ public:
|
||||
void post_flush(async_logger_ptr &&worker_ptr, async_overflow_policy overflow_policy);
|
||||
size_t overrun_counter();
|
||||
|
||||
|
||||
private:
|
||||
q_type q_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user