Skip to content

Commit 575b9a9

Browse files
committed
[smartptr.adapt] Emphasize that casting might not always be viable
1 parent 28effae commit 575b9a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -12162,7 +12162,7 @@
1216212162
\pnum
1216312163
\begin{note}
1216412164
\tcode{reinterpret_cast<void**>(static_cast<Pointer*>(*this))}
12165-
can be a viable implementation strategy.
12165+
can be a viable implementation strategy for some implementations.
1216612166
\end{note}
1216712167
\end{itemdescr}
1216812168

@@ -12400,7 +12400,7 @@
1240012400
\pnum
1240112401
\begin{note}
1240212402
\tcode{reinterpret_cast<void**>(static_cast<Pointer*>(*this))}
12403-
can be a viable implementation strategy.
12403+
can be a viable implementation strategy for some implementations.
1240412404
\end{note}
1240512405
\end{itemdescr}
1240612406

0 commit comments

Comments
 (0)