Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / container / pmr / set_default_resource.html
index d342979..d1d97be 100644 (file)
@@ -35,7 +35,7 @@
 </span>
 <a class="link" href="memory_resource.html" title="Class memory_resource">memory_resource</a> <span class="special">*</span> <span class="identifier">set_default_resource</span><span class="special">(</span><a class="link" href="memory_resource.html" title="Class memory_resource">memory_resource</a> <span class="special">*</span> r<span class="special">)</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idp288114368"></a><h2>Description</h2>
+<a name="idp191868912"></a><h2>Description</h2>
 <p><span class="bold"><strong>Effects</strong></span>: If r is non-null, sets the value of the default memory resource pointer to r, otherwise sets the default memory resource pointer to new_delete_resource().</p>
 <p><span class="bold"><strong>Postconditions</strong></span>: get_default_resource() == r.</p>
 <p><span class="bold"><strong>Returns</strong></span>: The previous value of the default memory resource pointer.</p>