Skip to content

Commit 8b83ec0

Browse files
jensmaurerzygoloid
authored andcommitted
[expr.const] Disambiguate 'it' by introducing the name V.
1 parent 8570672 commit 8b83ec0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/expressions.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6862,12 +6862,12 @@
68626862
it has reference or const-qualified integral or enumeration type.
68636863

68646864
\pnum
6865-
A constant-initialized potentially-constant variable is
6865+
A constant-initialized potentially-constant variable $V$ is
68666866
\defn{usable in constant expressions} at a point $P$ if
6867-
its initializing declaration $D$ is reachable from $P$ and
6867+
$V$'s initializing declaration $D$ is reachable from $P$ and
68686868
\begin{itemize}
6869-
\item it is constexpr,
6870-
\item it is not initialized to a TU-local value, or
6869+
\item $V$ is constexpr,
6870+
\item $V$ is not initialized to a TU-local value, or
68716871
\item $P$ is in the same translation unit as $D$.
68726872
\end{itemize}
68736873
An object or reference is \defn{usable in constant expressions} if it is

0 commit comments

Comments
 (0)