You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/memory.tex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5735,10 +5735,10 @@
5735
5735
\begin{itemdescr}
5736
5736
\pnum
5737
5737
\returns
5738
-
A derived class shall implement this function to return \tcode{true} if memory allocated from \keyword{this} can be deallocated from \tcode{other} and vice-versa,
5738
+
A derived class shall implement this function to return \tcode{true} if memory allocated from \tcode{*this} can be deallocated from \tcode{other} and vice-versa,
5739
5739
otherwise \tcode{false}.
5740
5740
\begin{note}
5741
-
It is possible that the most-derived type of \tcode{other} does not match the type of \keyword{this}.
5741
+
It is possible that the most-derived type of \tcode{other} does not match the type of \tcode{*this}.
5742
5742
For a derived class \tcode{D}, an implementation of this function
5743
5743
can immediately return \tcode{false}
5744
5744
if \tcode{dynamic_cast<const D*>(\&other) == nullptr}.
0 commit comments