summaryrefslogtreecommitdiff
path: root/doc/html/circular_buffer/rationale.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/circular_buffer/rationale.html')
-rw-r--r--doc/html/circular_buffer/rationale.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/circular_buffer/rationale.html b/doc/html/circular_buffer/rationale.html
index eb2e643ee3..87ee7bbd47 100644
--- a/doc/html/circular_buffer/rationale.html
+++ b/doc/html/circular_buffer/rationale.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../circular_buffer.html" title="Chapter&#160;9.&#160;Boost.Circular Buffer">
+<link rel="up" href="../circular_buffer.html" title="Chapter&#160;8.&#160;Boost.Circular Buffer">
<link rel="prev" href="example.html" title="Circular_buffer example">
<link rel="next" href="implementation.html" title="Implementation">
</head>
@@ -48,7 +48,7 @@
</li>
<li class="listitem">
Suitable for <span class="emphasis"><em>specialization</em></span> by means of adaptors.
- (The <code class="computeroutput"><a class="link" href="../boost/circular_buffe_idp26541888.html" title="Class template circular_buffer_space_optimized">circular_buffer_space_optimized</a></code>
+ (The <code class="computeroutput"><a class="link" href="../boost/circular_buffe_idp22216240.html" title="Class template circular_buffer_space_optimized">circular_buffer_space_optimized</a></code>
is such an example of the adaptor.)
</li>
<li class="listitem">
@@ -57,7 +57,7 @@
</ul></div>
<p>
In order to achieve maximum efficiency, the <code class="computeroutput"><a class="link" href="../boost/circular_buffer.html" title="Class template circular_buffer">circular_buffer</a></code>
- and <code class="computeroutput"><a class="link" href="../boost/circular_buffe_idp26541888.html" title="Class template circular_buffer_space_optimized">circular_buffer_space_optimized</a></code>
+ and <code class="computeroutput"><a class="link" href="../boost/circular_buffe_idp22216240.html" title="Class template circular_buffer_space_optimized">circular_buffer_space_optimized</a></code>
store their elements in a <span class="bold"><strong>contiguous region of memory</strong></span>,
which then enables:
</p>