File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 214
214
215
215
\pnum
216
216
If the \grammarterm {decl-specifier-seq} contains the \tcode {typedef}
217
- specifier, the declaration is called a \defnx {typedef declaration}{declaration!typedef},
218
- each \grammarterm {declarator-id} must be an \grammarterm {identifier}
219
- and is declared to be a \grammarterm {typedef-name}, synonymous with its
220
- associated type\iref {dcl.typedef }. If the
217
+ specifier, the declaration is called a \defnx {typedef declaration}{declaration!typedef}
218
+ and each \grammarterm {declarator-id}
219
+ is declared to be a \grammarterm {typedef-name}, synonymous with its
220
+ associated type\iref {dcl.typedef }.
221
+ \begin {note }
222
+ Such a \grammarterm {declarator-id} is an \grammarterm {identifier}
223
+ (\ref {class.conv.fct }).
224
+ \end {note }
225
+ If the
221
226
\grammarterm {decl-specifier-seq} contains no \tcode {typedef} specifier, the
222
227
declaration is called a \defnx {function declaration}{declaration!function} if
223
228
the type associated with a \grammarterm {declarator-id} is a function type\iref {dcl.fct } and
You can’t perform that action at this time.
0 commit comments