summaryrefslogtreecommitdiff
path: root/doc/html/boost/lockfree/fixed_sized.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/lockfree/fixed_sized.html')
-rw-r--r--doc/html/boost/lockfree/fixed_sized.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/lockfree/fixed_sized.html b/doc/html/boost/lockfree/fixed_sized.html
index beb35b54c2..ba40078d01 100644
--- a/doc/html/boost/lockfree/fixed_sized.html
+++ b/doc/html/boost/lockfree/fixed_sized.html
@@ -37,7 +37,7 @@
<span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idm45927931303888"></a><h2>Description</h2>
+<a name="idp462396784"></a><h2>Description</h2>
<p>Configures a data structure as <span class="bold"><strong>fixed-sized</strong></span>.</p>
<p>The internal nodes are stored inside an array and they are addressed by array indexing. This limits the possible size of the queue to the number of elements that can be addressed by the index type (usually 2**16-2), but on platforms that lack double-width compare-and-exchange instructions, this is the best way to achieve lock-freedom. This implies that a data structure is bounded. </p>
</div>