summaryrefslogtreecommitdiff
path: root/doc/html/boost/type_erasure/destructible.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/type_erasure/destructible.html')
-rw-r--r--doc/html/boost/type_erasure/destructible.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/type_erasure/destructible.html b/doc/html/boost/type_erasure/destructible.html
index 296ba608d4..389d100593 100644
--- a/doc/html/boost/type_erasure/destructible.html
+++ b/doc/html/boost/type_erasure/destructible.html
@@ -36,7 +36,7 @@
<span class="keyword">struct</span> <a class="link" href="destructible.html" title="Struct template destructible">destructible</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp650803728"></a><h2>Description</h2>
+<a name="idp563142736"></a><h2>Description</h2>
<p>The <a class="link" href="destructible.html" title="Struct template destructible">destructible</a> concept enables forwarding to the destructor of the contained type. This is required whenever an <a class="link" href="any.html" title="Class template any">any</a> is created by value.</p>
<div class="note"><table border="0" summary="Note">
<tr>
@@ -45,7 +45,7 @@
</tr>
<tr><td align="left" valign="top">
<p>The <a class="link" href="destructible.html" title="Struct template destructible">destructible</a> concept rarely needs to be specified explicitly, because it is included in the <a class="link" href="copy_constructible.html" title="Struct template copy_constructible">copy_constructible</a> concept.</p>
-<p><a class="link" href="destructible.html" title="Struct template destructible">destructible</a> may not be specialized and may not be passed to <a class="link" href="call_idp984806000.html" title="Function call">call</a> as it depends on the implementation details of <a class="link" href="any.html" title="Class template any">any</a>. </p>
+<p><a class="link" href="destructible.html" title="Struct template destructible">destructible</a> may not be specialized and may not be passed to <a class="link" href="call_idp758660528.html" title="Function call">call</a> as it depends on the implementation details of <a class="link" href="any.html" title="Class template any">any</a>. </p>
</td></tr>
</table></div>
<p>