File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 7326
7326
\pnum
7327
7327
A variable is \defn {potentially-constant} if
7328
7328
it is constexpr or
7329
- it has reference or const-qualified integral or enumeration type.
7329
+ it has reference or non-volatile const-qualified integral or enumeration type.
7330
7330
7331
7331
\pnum
7332
7332
A constant-initialized potentially-constant variable $ V$ is
7937
7937
that is potentially constant evaluated, or
7938
7938
7939
7939
\item
7940
- a variable named by a potentially constant evaluated expression
7941
- that is either a constexpr variable or
7942
- is of non-volatile const-qualified integral type or of reference type.
7940
+ a potentially-constant variable named by a potentially constant evaluated expression.
7943
7941
\end {itemize }
7944
7942
7945
7943
\indextext {expression|)}
You can’t perform that action at this time.
0 commit comments