MikeLankamp/fpm

std::numeric_limits<>::has_denorm shall be of type float_denorm_style, not bool

Closed this issue · 0 comments

Here, the type should be std::float_denorm_style:

static constexpr bool has_denorm = std::denorm_absent;