Package: libthread-pool / 4.0.0-3

Metadata

Package Version Patches format
libthread-pool 4.0.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix unsigned cast.patch | (download)

include/thread_pool/thread_pool.hpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use size_t type for max() comparison
 size_t is defined in an architecture-specific way. Construct size_t from int to avoid
 the type mismatch error.