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 7691882 commit e26d116Copy full SHA for e26d116
source/basic.tex
@@ -5783,6 +5783,15 @@
5783
An extended floating-point type with the same set of values as
5784
more than one cv-unqualified standard floating-point type
5785
has a rank equal to the rank of \keyword{double}.
5786
+\begin{tailnote}
5787
+The treatment of \tcode{std::float64_t} differs from
5788
+that of the analoguous \tcode{_Float64} in C,
5789
+for example on platforms where all of
5790
+\tcode{\keyword{long} \keyword{double}},
5791
+\keyword{double}, and
5792
+\tcode{std::float64_t}
5793
+have the same set of values (see ISO/IEC 9899:2024 H.4.2).
5794
+\end{tailnote}
5795
\end{itemize}
5796
\begin{note}
5797
The conversion ranks of floating-point types \tcode{T1} and \tcode{T2}
0 commit comments