Fix max of array types in the case of all non-positive values
Thanks to Philippe for noticing it.
This was a classic misused of std::numeric_limits::min()...
Merge request reports
Activity
Please register or sign in to reply
Thanks to Philippe for noticing it.
This was a classic misused of std::numeric_limits::min()...