File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 39923992\indextext {storage duration!dynamic|(}
39933993
39943994\pnum
3995- Objects can be created dynamically during program
3996- execution\iref {intro.execution }, using
3995+ Objects created using
39973996\indextext {\idxcode {new}}%
3998- \grammarterm {new-expression}{s}\iref {expr.new }, and destroyed using
3997+ \grammarterm {new-expression}{s}\iref {expr.new }
3998+ and implicitly created objects\iref {intro.object }
3999+ have \defnadj {dynamic}{storage duration}.
4000+ Objects created using \grammarterm {new-expression}{s}
4001+ may be destroyed using
39994002\indextext {\idxcode {delete}}%
4000- \grammarterm {delete-expression}{s}\iref {expr.delete }. A \Cpp {} implementation
4003+ \grammarterm {delete-expression}{s}.
4004+ A \Cpp {} implementation
40014005provides access to, and management of, dynamic storage via
40024006the global \defnx {allocation functions}{allocation function}
40034007\tcode {\keyword {operator} \keyword {new}} and
You can’t perform that action at this time.
0 commit comments