Skip to content

Commit c25d800

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/basic.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,15 +3989,15 @@
39893989
\rSec3[basic.stc.dynamic]{Dynamic storage duration}%
39903990

39913991
\rSec4[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 with \defnadj{dynamic}{storage duration} are 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} and destroyed using
39993997
\indextext{\idxcode{delete}}%
4000-
\grammarterm{delete-expression}{s}\iref{expr.delete}. A \Cpp{} implementation
3998+
\grammarterm{delete-expression}{s}\iref{expr.delete},
3999+
or implicitly created\iref{intro.object}.
4000+
A \Cpp{} implementation
40014001
provides access to, and management of, dynamic storage via
40024002
the global \defnx{allocation functions}{allocation function}
40034003
\tcode{\keyword{operator} \keyword{new}} and

0 commit comments

Comments
 (0)