Skip to content

Commit 6b21b56

Browse files
author
Aaron Ballman
committed
Reverse direction and treat these as terms of art
1 parent f2f420f commit 6b21b56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/expressions.tex

Lines changed: 4 additions & 4 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
@@ -3672,8 +3672,8 @@
36723672
If the deallocation functions have class scope,
36733673
the one without a parameter of type \tcode{std::size_t} is selected.
36743674
\item
3675-
If the type is complete and if, for the second alternative
3676-
(\term{delete array}) only, the operand is a pointer to a class type with a
3675+
If the type is complete and if, for the second alternative (delete
3676+
array) only, the operand is a pointer to a class type with a
36773677
non-trivial destructor or a (possibly multi-dimensional) array thereof,
36783678
the function with a parameter of type \tcode{std::size_t} is selected.
36793679
\item

0 commit comments

Comments
 (0)