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 3989
3989
\rSec 3[basic.stc.dynamic]{Dynamic storage duration}%
3990
3990
3991
3991
\rSec 4[basic.stc.dynamic.general]{General}%
3992
- \indextext {storage duration!dynamic|(}
3993
3992
3994
3993
\pnum
3995
- Objects can be created dynamically during program
3996
- execution\iref {intro.execution }, using
3994
+ Objects created using
3997
3995
\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
3999
4001
\indextext {\idxcode {delete}}%
4000
- \grammarterm {delete-expression}{s}\iref {expr.delete }. A \Cpp {} implementation
4002
+ \grammarterm {delete-expression}{s}.
4003
+ A \Cpp {} implementation
4001
4004
provides access to, and management of, dynamic storage via
4002
4005
the global \defnx {allocation functions}{allocation function}
4003
4006
\tcode {\keyword {operator} \keyword {new}} and
You can’t perform that action at this time.
0 commit comments