Skip to content

Commit aeb5591

Browse files
committed
[dcl.init] A declarator does not have an initializer.
Fixes #1615.
1 parent c42d836 commit aeb5591

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
@@ -2388,11 +2388,11 @@
23882388
\indextext{initialization|(}
23892389

23902390
\pnum
2391-
A declarator can specify an initial value for the
2391+
An \grammarterm{init-declarator} can specify an initial value for the
23922392
identifier being declared.
23932393
The identifier designates a variable being initialized.
23942394
The process of initialization described in the
2395-
remainder of~\ref{dcl.init}
2395+
remainder of this subclause
23962396
applies also to initializations
23972397
specified by other syntactic contexts, such as the initialization
23982398
of function parameters (\ref{expr.call}) or

0 commit comments

Comments
 (0)