We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8ff83 commit e242072Copy full SHA for e242072
source/basic.tex
@@ -5778,6 +5778,15 @@
5778
An extended floating-point type with the same set of values as
5779
more than one cv-unqualified standard floating-point type
5780
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}
5790
\end{itemize}
5791
\begin{note}
5792
The conversion ranks of floating-point types \tcode{T1} and \tcode{T2}
0 commit comments