mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 05:47:14 +02:00
removal of using namespace std from theadFiles
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "ThreadPool.h"
|
||||
#include <pthread.h>
|
||||
|
||||
using namespace std;
|
||||
ThreadPool::ThreadPool(int pool_size) : m_pool_size(pool_size){
|
||||
#ifdef VERBOSE
|
||||
cout << "Constructed ThreadPool of size " << m_pool_size << endl;
|
||||
|
Reference in New Issue
Block a user