thread_pool
thread_pool copied to clipboard
Use size_t in std::max() comparison
std::max() statement fails to compile when arguments are of different types. This becomes a problem on 32-bit architectures where size_t is 4 bytes rather than 8.