Skip to content

Commit b764786

Browse files
committed
[basic.stc.dynamic.general] Fix definition/explanation of dynamic storage duration
1 parent a470ff8 commit b764786

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/basic.tex

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3992,12 +3992,16 @@
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
40014005
provides access to, and management of, dynamic storage via
40024006
the global \defnx{allocation functions}{allocation function}
40034007
\tcode{\keyword{operator} \keyword{new}} and

0 commit comments

Comments
 (0)