Skip to content

Commit e242072

Browse files
burblebeetkoeppe
authored andcommitted
CWG2836 Conversion rank of long double and extended floating-point types
1 parent ba8ff83 commit e242072

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/basic.tex

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5778,6 +5778,15 @@
57785778
An extended floating-point type with the same set of values as
57795779
more than one cv-unqualified standard floating-point type
57805780
has a rank equal to the rank of \keyword{double}.
5781+
\begin{tailnote}
5782+
The treatment of \tcode{std::float64_t} differs from
5783+
that of the analoguous \tcode{_Float64} in C,
5784+
for example on platforms where all of
5785+
\tcode{\keyword{long} \keyword{double}},
5786+
\keyword{double}, and
5787+
\tcode{std::float64_t}
5788+
have the same set of values (see \IsoCUndated{}:2024 H.4.2).
5789+
\end{tailnote}
57815790
\end{itemize}
57825791
\begin{note}
57835792
The conversion ranks of floating-point types \tcode{T1} and \tcode{T2}

0 commit comments

Comments
 (0)