[#BloombergLP-bslmf-IsBitwiseEqualityComparable-0e3] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/IsBitwiseEqualityComparable-018.adoc[IsBitwiseEqualityComparable]<float> :relfileprefix: ../../ :mrdocs: Revert of {DRQS 143286899}. Once clients are fixed, change to false. Explicit specialization to confirm that floating point types are not bitwise EqualityComparable, as they typically have specific problematic values: NaNs do not compare equal with themselves, and there may be multiple representations for zero (with negative zero). == Synopsis Declared in `<bslmf_isbitwiseequalitycomparable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:BloombergLP/bslmf/IsBitwiseEqualityComparable-018.adoc[IsBitwiseEqualityComparable]<float> : xref:bsl/true_type.adoc[bsl::true_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/true_type.adoc[bsl::true_type]` | Metafunction representing the boolean constant `true`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#