This explicit specialization reports that double is treated as bitwise EqualityComparable.
Declared in <bslmf_isbitwiseequalitycomparable.h>
template<>
struct IsBitwiseEqualityComparable<double>
: bsl::true_type
Revert of {DRQS 143286899}. Once clients are fixed, change to false.
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |