mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
clang-format static-lib
This commit is contained in:
@@ -29,7 +29,6 @@ public:
|
||||
// stop the worker thread and join it
|
||||
~periodic_worker();
|
||||
|
||||
|
||||
private:
|
||||
bool active_;
|
||||
std::thread worker_thread_;
|
||||
@@ -39,7 +38,6 @@ private:
|
||||
} // namespace details
|
||||
} // namespace spdlog
|
||||
|
||||
|
||||
#ifndef SPDLOG_STATIC_LIB
|
||||
#include "spdlog/impl/periodic_worker.cpp"
|
||||
#endif
|
||||
|
@@ -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