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 feea960 commit bbcf0eaCopy full SHA for bbcf0ea
source/basic.tex
@@ -3645,6 +3645,14 @@
3645
of non-volatile literal types.
3646
\end{itemize}
3647
3648
+\begin{note}
3649
+A literal type is one for which
3650
+it might be possible to create an object
3651
+within a constant expression.
3652
+It is not a guarantee that it is possible to create such an object,
3653
+nor is it a guarantee that any object of that type
3654
+will usable in a constant expression.
3655
+\end{note}
3656
3657
\pnum
3658
\indextext{layout-compatible type}%
0 commit comments