Skip to content

Fix max of array types in the case of all non-positive values

Stéphane Del Pino requested to merge fix/array-min into develop

Thanks to Philippe for noticing it.

This was a classic misused of std::numeric_limits::min()...

Merge request reports