mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
fix
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
// A blocking multi-consumer/multi-producer thread safe queue.
|
||||
// Has max capacity and supports timeout on push or pop operations.
|
||||
|
||||
#include <cstddef>
|
||||
#include <chrono>
|
||||
#include <memory>
|
||||
#include <queue>
|
||||
|
@@ -70,8 +70,8 @@ void popper(Q* q)
|
||||
string output;
|
||||
while(active)
|
||||
{
|
||||
//q->pop(output);
|
||||
q->clear();
|
||||
//q->pop(output);
|
||||
++pop_count;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user