thread_pool icon indicating copy to clipboard operation
thread_pool copied to clipboard

Use size_t in std::max() comparison

Open vpa1977 opened this issue 3 years ago • 0 comments

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.

vpa1977 avatar Mar 08 '23 19:03 vpa1977