Skip to content

Commit 20452e9

Browse files
authored
[basic.def.odr] A variable is "named by" an expression (#5534)
The previous wording, a variable "whose name appears as [an] expression", is less precise and not well-defined.
1 parent 4e2297b commit 20452e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
\label{term.odr.use}%
441441
A variable is named by an expression
442442
if the expression is an \grammarterm{id-expression} that denotes it.
443-
A variable \tcode{x} whose name appears as a
443+
A variable \tcode{x} that is named by a
444444
potentially-evaluated expression $E$
445445
is \defnx{odr-used}{odr-use} by $E$ unless
446446
\begin{itemize}

0 commit comments

Comments
 (0)