mtrebi / thread-pool

Thread pool implementation using c++11 threads
MIT License
1.15k stars 225 forks source link

insertion of namespace in Update ThreadPool.h #32

Closed akash246 closed 4 years ago

mtrebi commented 4 years ago

I personally don't like to use the using namespace directive, specially in header files as code including such header will also (unintentionally/inadvertedly) using the std namespace.