Commits


staffantj authored and GitHub committed d2cbd4b26ab
Avoid potential truncation issues for the integral type parameterized tests. (#1341) * The parameterized tests check both floating point and integral types. We might as well use types that avoid truncation warnings across the platforms * static_cast version of how to avoid truncation warnings in basic_test Co-authored-by: Staffan Tjernstrom <staffantj@users.noreply.github.com>