mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
Fix typo, fix suggested by Nicholas Olsen
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52524 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
54227f6752
commit
28e6ff57d4
@ -333,7 +333,7 @@ file (note that you very rarely have to include this file directly).</p>
|
|||||||
<dt><tt>cast<></tt>: </dt>
|
<dt><tt>cast<></tt>: </dt>
|
||||||
|
|
||||||
<dd><p>The <tt>cast<></tt> operator is a "checked cast" operation. It
|
<dd><p>The <tt>cast<></tt> operator is a "checked cast" operation. It
|
||||||
converts a pointer or reference from a base class to a derived cast, causing
|
converts a pointer or reference from a base class to a derived class, causing
|
||||||
an assertion failure if it is not really an instance of the right type. This
|
an assertion failure if it is not really an instance of the right type. This
|
||||||
should be used in cases where you have some information that makes you believe
|
should be used in cases where you have some information that makes you believe
|
||||||
that something is of the right type. An example of the <tt>isa<></tt>
|
that something is of the right type. An example of the <tt>isa<></tt>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user