summaryrefslogtreecommitdiff
path: root/doc/html/container/extended_functionality.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/container/extended_functionality.html')
-rw-r--r--doc/html/container/extended_functionality.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/container/extended_functionality.html b/doc/html/container/extended_functionality.html
index 38fe236607..5d79e0e059 100644
--- a/doc/html/container/extended_functionality.html
+++ b/doc/html/container/extended_functionality.html
@@ -464,7 +464,7 @@
<code class="computeroutput"><a class="link" href="../boost/container/pmr/monotonic_buffer_resource.html" title="Class monotonic_buffer_resource">monotonic_buffer_resource</a></code>.
</li>
<li class="listitem">
- <code class="computeroutput"><a class="link" href="../boost/container/pmr/unsynchronized_idp32232160.html" title="Class unsynchronized_pool_resource">unsynchronized_pool_resource</a></code>.
+ <code class="computeroutput"><a class="link" href="../boost/container/pmr/unsynchronized_idp42230704.html" title="Class unsynchronized_pool_resource">unsynchronized_pool_resource</a></code>.
</li>
<li class="listitem">
<code class="computeroutput"><a class="link" href="../boost/container/pmr/synchronized_pool_resource.html" title="Class synchronized_pool_resource">synchronized_pool_resource</a></code>.
@@ -531,8 +531,8 @@
<p>
<span class="bold"><strong>Note:</strong></span> <span class="emphasis"><em>In C++03 compilers, it is
required that the programmer specializes as <code class="computeroutput"><span class="keyword">true</span></code>
- <code class="computeroutput"><a class="link" href="../boost/container/constructible__idp36142384.html" title="Struct template constructible_with_allocator_suffix">constructible_with_allocator_suffix</a></code>
- or <code class="computeroutput"><a class="link" href="../boost/container/constructible__idp36151776.html" title="Struct template constructible_with_allocator_prefix">constructible_with_allocator_prefix</a></code>
+ <code class="computeroutput"><a class="link" href="../boost/container/constructible__idp46140928.html" title="Struct template constructible_with_allocator_suffix">constructible_with_allocator_suffix</a></code>
+ or <code class="computeroutput"><a class="link" href="../boost/container/constructible__idp46150320.html" title="Struct template constructible_with_allocator_prefix">constructible_with_allocator_prefix</a></code>
as in C++03 there is no way to automatically detect the chosen option at
compile time. If no specialization is done, <span class="bold"><strong>Boost.Container</strong></span>
assumes the suffix option</em></span>.