File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4045
4045
4046
4046
\pnum
4047
4047
\indextext {\idxcode {delete}!undefined}%
4048
- In the first alternative (\term { delete object} ), if the static type of
4048
+ In the first alternative (delete object), if the static type of
4049
4049
the object to be deleted is different from its dynamic type, the static type shall be
4050
4050
a base class of the dynamic type of the object to be deleted and the static type shall
4051
4051
have a virtual destructor or the behavior is undefined. In the second
4052
- alternative (\term { delete array} ) if the dynamic type of the object to
4052
+ alternative (delete array) if the dynamic type of the object to
4053
4053
be deleted differs from its static type, the behavior is undefined.
4054
4054
4055
4055
\pnum
You can’t perform that action at this time.
0 commit comments