Skip to content

Commit

Permalink
Deploying to gh-pages from @ d885a38 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
durandaltheta committed Oct 9, 2023
1 parent 557d77b commit 99fc263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md_type_erasure_and_virtual_inheritance.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<div class="line"> typedef std::decay_t&lt;T&gt; DT;</div>
<div class="line"> </div>
<div class="line"> if(a &amp;&amp; *(a.m_any_int-&gt;type()) != typeid(DT)) {</div>
<div class="line"> throw std::bad_any_cast();</div>
<div class="line"> throw bad_any_cast();</div>
<div class="line"> }</div>
<div class="line"> </div>
<div class="line"> return *((DT*)(m_any_int-&gt;data()));</div>
Expand Down

0 comments on commit 99fc263

Please sign in to comment.