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 1536e33 commit 38b6811Copy full SHA for 38b6811
source/support.tex
@@ -885,11 +885,14 @@
885
constant expressions.
886
887
\pnum
888
-The default
889
-\tcode{numeric_limits<T>}
890
-template shall have all members, but with 0 or
891
-\tcode{false}
892
-values.
+For the
+\tcode{numeric_limits}
+primary template, all data members are value-initialized and all
+member functions return a value-initialized object.
+\begin{note}
893
+This means all members have zero or \tcode{false} values
894
+unless \tcode{numeric_limits} is specialized for a type.
895
+\end{note}
896
897
898
Specializations shall be provided for each
0 commit comments