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 7ca4862c6b..6a7c06f2c4 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="idp342778752"></a><h2>Description</h2>
+<a name="idp361633280"></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>