File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3575
3575
3576
3576
\pnum
3577
3577
\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
3579
3579
the object to be deleted is different from its dynamic type, the static type shall be
3580
3580
a base class of the dynamic type of the object to be deleted and the static type shall
3581
3581
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
3583
3583
be deleted differs from its static type, the behavior is undefined.
3584
3584
3585
3585
\pnum
3672
3672
If the deallocation functions have class scope,
3673
3673
the one without a parameter of type \tcode {std::size_t} is selected.
3674
3674
\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
3677
3677
non-trivial destructor or a (possibly multi-dimensional) array thereof,
3678
3678
the function with a parameter of type \tcode {std::size_t} is selected.
3679
3679
\item
You can’t perform that action at this time.
0 commit comments