mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
clear fix
This commit is contained in:
@@ -86,9 +86,7 @@ void testq(int size, int pushers, int poppers)
|
||||
|
||||
for(int i = 0; i < pushers; i++)
|
||||
new std::thread(std::bind(pusher, &q));
|
||||
|
||||
|
||||
|
||||
|
||||
while(active)
|
||||
{
|
||||
using std::endl;
|
||||
|
Reference in New Issue
Block a user