We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663bffa commit 2f6aff7Copy full SHA for 2f6aff7
source/basic.tex
@@ -2819,8 +2819,8 @@
2819
Static, thread, and automatic storage durations are associated with objects
2820
introduced by declarations~(\ref{basic.def}) and implicitly created by
2821
the implementation~(\ref{class.temporary}). The dynamic storage duration
2822
-is associated with objects created with \tcode{operator}
2823
-\tcode{new}~(\ref{expr.new}).
+is associated with objects created by a
+\grammarterm{new-expression}~(\ref{expr.new}).
2824
2825
\pnum
2826
The storage duration categories apply to references as well.
0 commit comments