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 49caa2b commit f2f420fCopy full SHA for f2f420f
source/expressions.tex
@@ -3672,8 +3672,8 @@
3672
If the deallocation functions have class scope,
3673
the one without a parameter of type \tcode{std::size_t} is selected.
3674
\item
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
+If the type is complete and if, for the second alternative
+(\term{delete array}) only, the operand is a pointer to a class type with a
3677
non-trivial destructor or a (possibly multi-dimensional) array thereof,
3678
the function with a parameter of type \tcode{std::size_t} is selected.
3679
0 commit comments