Annex D (normative)
Compatibility features
[depr]
D.12
has_
denorm
members in
numeric_
limits
[depr.numeric.limits.has.denorm]
1
#
The following type is defined in addition to those specified in
<limits>
:
🔗
namespace
std
{
enum
float_denorm_style
{
denorm_indeterminate
=
-
1
, denorm_absent
=
0
, denorm_present
=
1
}
;
}
2
#
The following members are defined in addition to those specified in
[numeric.
limits.
general]
:
static
constexpr
float_denorm_style has_denorm
=
denorm_absent;
static
constexpr
bool
has_denorm_loss
=
false
;
3
#
The values of
has_
denorm
and
has_
denorm_
loss
of specializations of
numeric_
limits
are unspecified
.
4
#
The following members of the specialization
numeric_
limits
<
bool
>
are defined in addition to those specified in
[numeric.
special]
:
🔗
static
constexpr
float_denorm_style has_denorm
=
denorm_absent;
static
constexpr
bool
has_denorm_loss
=
false
;