Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / type_erasure / relaxed.html
index 452a763..b613ab1 100644 (file)
@@ -36,7 +36,7 @@
 <span class="keyword">struct</span> <a class="link" href="relaxed.html" title="Struct relaxed">relaxed</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">vector0</span><span class="special">&lt;</span><span class="special">&gt;</span> <span class="special">{</span>
 <span class="special">}</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idp656036736"></a><h2>Description</h2>
+<a name="idp568373168"></a><h2>Description</h2>
 <p>This special concept enables various useful default behavior that makes <a class="link" href="any.html" title="Class template any">any</a> act like an ordinary object. By default <a class="link" href="any.html" title="Class template any">any</a> forwards all operations to the underlying type, and provides only the operations that are specified in its <code class="computeroutput">Concept</code>.</p>
 <p>In detail, <a class="link" href="relaxed.html" title="Struct relaxed">relaxed</a> enables the following:</p>
 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">