summaryrefslogtreecommitdiff
path: root/doc/html/boost/container/pmr/null_memory_resource.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/container/pmr/null_memory_resource.html')
-rw-r--r--doc/html/boost/container/pmr/null_memory_resource.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/html/boost/container/pmr/null_memory_resource.html b/doc/html/boost/container/pmr/null_memory_resource.html
index 55ba914418..3f64c83fa8 100644
--- a/doc/html/boost/container/pmr/null_memory_resource.html
+++ b/doc/html/boost/container/pmr/null_memory_resource.html
@@ -35,13 +35,14 @@
</span>
<a class="link" href="memory_resource.html" title="Class memory_resource">memory_resource</a> <span class="special">*</span> <span class="identifier">null_memory_resource</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id-1.3.10.12.20.4.4"></a><h2>Description</h2>
+<a name="id-1.3.10.15.20.4.4"></a><h2>Description</h2>
<p><span class="bold"><strong>Returns</strong></span>: A pointer to a static-duration object of a type derived from <code class="computeroutput"><a class="link" href="memory_resource.html" title="Class memory_resource">memory_resource</a></code> for which allocate() always throws bad_alloc and for which deallocate() has no effect. The same value is returned every time this function is called. For return value p and memory resource r, p-&gt;is_equal(r) returns &amp;r == p. </p>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009-2015 Ion Gaztanaga<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009-2017 Ion
+ Gaztanaga<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>