File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2272
2272
\tcode {typeid},
2273
2273
the name of a type shall be specified.
2274
2274
This can be done with a
2275
- \grammarterm {type-id},
2275
+ \grammarterm {type-id} or \grammarterm {new-type-id} \iref { expr.new } ,
2276
2276
which is syntactically a declaration for a variable or function
2277
2277
of that type that omits the name of the entity.
2278
2278
Original file line number Diff line number Diff line change 5080
5080
\indextext {storage management|see{\tcode {delete}}}%
5081
5081
\indextext {\idxcode {new}}%
5082
5082
The \grammarterm {new-expression} attempts to create an object of the
5083
- \grammarterm {type-id}\iref { dcl.name } or \grammarterm {new-type-id} to which
5083
+ \grammarterm {type-id} or \grammarterm {new-type-id} \iref { dcl.name } to which
5084
5084
it is applied. The type of that object is the \defnadj {allocated}{type}.
5085
5085
\indextext {type!incomplete}%
5086
5086
This type shall be a complete object type\iref {term.incomplete.type },
You can’t perform that action at this time.
0 commit comments