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 a17af3e commit f60570cCopy full SHA for f60570c
source/expressions.tex
@@ -8431,9 +8431,10 @@
8431
it has reference or non-volatile const-qualified integral or enumeration type.
8432
8433
\pnum
8434
-A constant-initialized potentially-constant variable $V$ is
+A variable $V$ is
8435
\defnx{usable in constant expressions}{usable in constant expressions!variable} at a point $P$ if
8436
-$V$'s initializing declaration $D$ is reachable from $P$ and
+$V$ is constant-initialized and potentially-constant,
8437
+$V$'s initializing declaration $D$ is reachable from $P$, and
8438
\begin{itemize}
8439
\item $V$ is constexpr,
8440
\item $V$ is not initialized to a TU-local value, or
0 commit comments