Skip to content

Commit efbeb9e

Browse files
cpplearnerzygoloid
authored andcommitted
[dcl.struct.bind] Clarify that structured bindings are entities (as contrast to names)
1 parent c90e151 commit efbeb9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarators.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,8 +2294,8 @@
22942294
A structured binding declaration introduces the \grammarterm{identifier}{s}
22952295
\tcode{v}$_0$, \tcode{v}$_1$, \tcode{v}$_2$, ...
22962296
of the
2297-
\grammarterm{identifier-list} as names\iref{basic.scope.declarative},
2298-
called \defn{structured binding}{s}.
2297+
\grammarterm{identifier-list} as names\iref{basic.scope.declarative}
2298+
of \defn{structured binding}{s}.
22992299
Let \cv{} denote the
23002300
\grammarterm{cv-qualifier}{s} in the \grammarterm{decl-specifier-seq}. First, a
23012301
variable with a unique name \tcode{e} is introduced. If the

0 commit comments

Comments
 (0)