Skip to content

Commit 6e1f8b1

Browse files
author
Aaron Ballman
committed
Use the terms "delete object" and "delete array" as definitions,
removing the italics when not appropriate.
1 parent 49caa2b commit 6e1f8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3575,11 +3575,11 @@
35753575

35763576
\pnum
35773577
\indextext{\idxcode{delete}!undefined}%
3578-
In the first alternative (\term{delete object}), if the static type of
3578+
In the first alternative (delete object), if the static type of
35793579
the object to be deleted is different from its dynamic type, the static type shall be
35803580
a base class of the dynamic type of the object to be deleted and the static type shall
35813581
have a virtual destructor or the behavior is undefined. In the second
3582-
alternative (\term{delete array}) if the dynamic type of the object to
3582+
alternative (delete array) if the dynamic type of the object to
35833583
be deleted differs from its static type, the behavior is undefined.
35843584

35853585
\pnum

0 commit comments

Comments
 (0)