Skip to content

Commit 6094c8d

Browse files
committed
Remove read_payload conceptual requirement
1 parent 6b41dab commit 6094c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/cmath.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ Effects: If x is an sNaN returns true, otherwise returns false.
550550
----
551551
template <typename Decimal>
552552
constexpr auto read_payload(Decimal x) noexcept
553-
-> std::enable_if_t<is_ieee_type_v<Decimal>, typename T::significand_type>;
553+
-> typename T::significand_type;
554554
----
555555

556556
Effects: if x is either a qNaN or an sNaN, returns the payload of the NaN, otherwise returns 0.

0 commit comments

Comments
 (0)