File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 39893989\rSec 3[basic.stc.dynamic]{Dynamic storage duration}%
39903990
39913991\rSec 4[basic.stc.dynamic.general]{General}%
3992- \indextext {storage duration!dynamic|(}
39933992
39943993\pnum
3995- Objects can be created dynamically during program
3996- execution\iref {intro.execution }, using
3994+ Objects created using
39973995\indextext {\idxcode {new}}%
3998- \grammarterm {new-expression}{s}\iref {expr.new }, and destroyed using
3996+ \grammarterm {new-expression}{s}\iref {expr.new }
3997+ and implicitly created objects\iref {intro.object }
3998+ have \defnadj {dynamic}{storage duration}.
3999+ Objects created using \grammarterm {new-expression}{s}
4000+ may be destroyed using
39994001\indextext {\idxcode {delete}}%
4000- \grammarterm {delete-expression}{s}\iref {expr.delete }. A \Cpp {} implementation
4002+ \grammarterm {delete-expression}{s}.
4003+ A \Cpp {} implementation
40014004provides access to, and management of, dynamic storage via
40024005the global \defnx {allocation functions}{allocation function}
40034006\tcode {\keyword {operator} \keyword {new}} and
You can’t perform that action at this time.
0 commit comments