mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
format
This commit is contained in:
@@ -71,7 +71,6 @@ public:
|
||||
pop_cv_.notify_one();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
size_t max_items_;
|
||||
|
@@ -138,7 +138,6 @@ public:
|
||||
{
|
||||
return msg_counter_.load(std::memory_order_relaxed);
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
std::atomic<size_t> msg_counter_; // total # of messages processed in this pool
|
||||
|
Reference in New Issue
Block a user