Skip to content

Commit 8b76797

Browse files
jensmaurerzygoloid
authored andcommitted
[mem.res.private] Remove misleading 'typical' in note.
Fixes #1698.
1 parent a8b3d85 commit 8b76797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10980,8 +10980,8 @@
1098010980
otherwise \tcode{false}.
1098110981
\begin{note}
1098210982
The most-derived type of \tcode{other} might not match the type of \tcode{this}.
10983-
For a derived class \tcode{D}, a typical implementation of this function
10984-
will immediately return \tcode{false}
10983+
For a derived class \tcode{D}, an implementation of this function
10984+
could immediately return \tcode{false}
1098510985
if \tcode{dynamic_cast<const D*>(\&other) == nullptr}.\end{note}
1098610986
\end{itemdescr}
1098710987

0 commit comments

Comments
 (0)