progschj / ThreadPool

A simple C++11 Thread Pool implementation
zlib License
7.64k stars 2.21k forks source link

Fix MSVS 2013 warning about a condition being always true. #10

Closed vadz closed 10 years ago

vadz commented 10 years ago

Use "for(;;)" for the infinite loop to avoid the warning at /W4 warning level.