summaryrefslogtreecommitdiff
path: root/doc/html/container
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:11:01 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:11:01 +0900
commit3fdc3e5ee96dca5b11d1694975a65200787eab86 (patch)
tree5c1733853892b8397d67706fa453a9bd978d2102 /doc/html/container
parent88e602c57797660ebe0f9e15dbd64c1ff16dead3 (diff)
downloadboost-3fdc3e5ee96dca5b11d1694975a65200787eab86.tar.gz
boost-3fdc3e5ee96dca5b11d1694975a65200787eab86.tar.bz2
boost-3fdc3e5ee96dca5b11d1694975a65200787eab86.zip
Imported Upstream version 1.66.0upstream/1.66.0
Diffstat (limited to 'doc/html/container')
-rw-r--r--doc/html/container/Cpp11_conformance.html4
-rw-r--r--doc/html/container/extended_functionality.html6
-rw-r--r--doc/html/container/index.html84
-rw-r--r--doc/html/container/non_standard_containers.html10
-rw-r--r--doc/html/container/release_notes.html41
5 files changed, 93 insertions, 52 deletions
diff --git a/doc/html/container/Cpp11_conformance.html b/doc/html/container/Cpp11_conformance.html
index aa2a3e2478..02e5519b6e 100644
--- a/doc/html/container/Cpp11_conformance.html
+++ b/doc/html/container/Cpp11_conformance.html
@@ -140,8 +140,8 @@
class and <span class="bold"><strong>backports this feature also to C++03 compilers</strong></span>.
Due to C++03 limitations, in those compilers the allocator propagation implemented
by <code class="computeroutput"><span class="identifier">scoped_allocator_adaptor</span><span class="special">::</span><span class="identifier">construct</span></code>
- functions will be based on traits (<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>
- and <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>)
+ functions will be based on traits (<code class="computeroutput"><a class="link" href="../boost/container/constructible__idp67492240.html" title="Struct template constructible_with_allocator_suffix">constructible_with_allocator_suffix</a></code>
+ and <code class="computeroutput"><a class="link" href="../boost/container/constructible__idp67501632.html" title="Struct template constructible_with_allocator_prefix">constructible_with_allocator_prefix</a></code>)
proposed in <a href="http://www.open-std.org/jtc1/sc22/WG21/docs/papers/2008/n2554.pdf" target="_top">N2554:
The Scoped Allocator Model (Rev 2) proposal</a>. In conforming C++11
compilers or compilers supporting SFINAE expressions (when <code class="computeroutput"><span class="identifier">BOOST_NO_SFINAE_EXPR</span></code> is NOT defined), traits
diff --git a/doc/html/container/extended_functionality.html b/doc/html/container/extended_functionality.html
index 5d79e0e059..ceb6a35387 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_idp42230704.html" title="Class unsynchronized_pool_resource">unsynchronized_pool_resource</a></code>.
+ <code class="computeroutput"><a class="link" href="../boost/container/pmr/unsynchronized_idp63576512.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__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>
+ <code class="computeroutput"><a class="link" href="../boost/container/constructible__idp67492240.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__idp67501632.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>.
diff --git a/doc/html/container/index.html b/doc/html/container/index.html
index 0d9a43de6e..28591ae8e8 100644
--- a/doc/html/container/index.html
+++ b/doc/html/container/index.html
@@ -28,13 +28,13 @@
<a name="container.index"></a><a class="link" href="index.html" title="Indexes">Indexes</a>
</h2></div></div></div>
<div class="toc"><dl class="toc">
-<dt><span class="section"><a href="index.html#idp165798320">Class Index</a></span></dt>
-<dt><span class="section"><a href="index.html#idp165966688">Typedef Index</a></span></dt>
-<dt><span class="section"><a href="index.html#idp166610752">Function Index</a></span></dt>
+<dt><span class="section"><a href="index.html#id-1.3.10.11.2">Class Index</a></span></dt>
+<dt><span class="section"><a href="index.html#id-1.3.10.11.3">Typedef Index</a></span></dt>
+<dt><span class="section"><a href="index.html#id-1.3.10.11.4">Function Index</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp165798320"></a>Class Index</h3></div></div></div>
+<a name="id-1.3.10.11.2"></a>Class Index</h3></div></div></div>
<p><a class="link" href="../circular_buffer/s14.html#idx_id_0">A</a> <a class="link" href="../circular_buffer/s14.html#idx_id_1">B</a> <a class="link" href="../circular_buffer/s14.html#idx_id_2">C</a> <a class="link" href="../circular_buffer/s14.html#idx_id_3">D</a> <a class="link" href="../circular_buffer/s14.html#idx_id_4">E</a> <a class="link" href="../circular_buffer/s14.html#idx_id_5">F</a> <a class="link" href="../circular_buffer/s14.html#idx_id_8">I</a> <a class="link" href="../circular_buffer/s14.html#idx_id_10">L</a> <a class="link" href="../circular_buffer/s14.html#idx_id_12">N</a> <a class="link" href="../circular_buffer/s14.html#idx_id_13">O</a> <a class="link" href="../circular_buffer/s14.html#idx_id_14">P</a> <a class="link" href="../circular_buffer/s14.html#idx_id_15">R</a> <a class="link" href="index.html#idx_id_16">S</a> <a class="link" href="index.html#idx_id_17">T</a> <a class="link" href="index.html#idx_id_18">U</a> <a class="link" href="index.html#idx_id_19">V</a></p>
<div class="variablelist"><dl class="variablelist">
<dt>
@@ -50,8 +50,8 @@
<div class="index"><ul class="index" style="list-style-type: none; ">
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.polymorphic_memory_resources" title="Polymorphic Memory Resources"><span class="index-entry-level-1">Polymorphic Memory Resources </span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp46150320.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp46140928.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp67501632.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp67492240.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
@@ -72,11 +72,11 @@
<dd><div class="index"><ul class="index" style="list-style-type: none; ">
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">constructible_with_allocator_prefix</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp46150320.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li></ul></div>
+<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp67501632.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">constructible_with_allocator_suffix</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp46140928.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li></ul></div>
+<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp67492240.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
@@ -140,7 +140,7 @@
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">new_allocator</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp41598944.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp62944752.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator.html" title="Class template new_allocator"><span class="index-entry-level-1">Class template new_allocator</span></a></p></li>
</ul></div>
</li>
@@ -186,7 +186,7 @@
<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">rebind</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp41598944.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp62944752.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator.html" title="Class template new_allocator"><span class="index-entry-level-1">Class template new_allocator</span></a></p></li>
@@ -203,7 +203,7 @@
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">slist</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp43846176.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp65191984.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/slist.html" title="Class template slist"><span class="index-entry-level-1">Class template slist</span></a></p></li>
</ul></div>
</li>
@@ -266,7 +266,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp165966688"></a>Typedef Index</h3></div></div></div>
+<a name="id-1.3.10.11.3"></a>Typedef Index</h3></div></div></div>
<p><a class="link" href="index.html#idx_id_22">A</a> <a class="link" href="index.html#idx_id_24">C</a> <a class="link" href="index.html#idx_id_25">D</a> <a class="link" href="index.html#idx_id_30">I</a> <a class="link" href="index.html#idx_id_31">K</a> <a class="link" href="index.html#idx_id_33">M</a> <a class="link" href="index.html#idx_id_34">N</a> <a class="link" href="index.html#idx_id_35">O</a> <a class="link" href="index.html#idx_id_36">P</a> <a class="link" href="index.html#idx_id_37">R</a> <a class="link" href="index.html#idx_id_38">S</a> <a class="link" href="index.html#idx_id_39">T</a> <a class="link" href="index.html#idx_id_41">V</a> <a class="link" href="index.html#idx_id_42">W</a></p>
<div class="variablelist"><dl class="variablelist">
<dt>
@@ -317,8 +317,8 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.polymorphic_memory_resources" title="Polymorphic Memory Resources"><span class="index-entry-level-1">Polymorphic Memory Resources </span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator_traits.html" title="Struct template allocator_traits"><span class="index-entry-level-1">Struct template allocator_traits</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp46150320.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp46140928.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp67501632.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp67492240.html" title="Struct template constructible_with_allocator_suffix"><span class="index-entry-level-1">Struct template constructible_with_allocator_suffix</span></a></p></li>
</ul></div>
</li>
</ul></div></dd>
@@ -349,7 +349,7 @@
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">const_pointer</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp41598944.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp62944752.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -433,7 +433,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">container_type</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp43846176.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li></ul></div>
+<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp65191984.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
@@ -450,7 +450,7 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp43846176.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp65191984.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
@@ -489,7 +489,7 @@
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">is_always_equal</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp41598944.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp62944752.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator.html" title="Class template new_allocator"><span class="index-entry-level-1">Class template new_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li>
@@ -525,7 +525,7 @@
</li>
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">iterator_category</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp43846176.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li></ul></div>
+<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp65191984.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li></ul></div>
</li>
</ul></div></dd>
<dt>
@@ -612,7 +612,7 @@
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">other</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp41598944.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp62944752.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator.html" title="Class template new_allocator"><span class="index-entry-level-1">Class template new_allocator</span></a></p></li>
@@ -638,7 +638,7 @@
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">pointer</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp41598944.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp62944752.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -647,7 +647,7 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp43846176.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp65191984.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
@@ -675,7 +675,7 @@
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">propagate_on_container_move_assignment</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp41598944.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp62944752.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator.html" title="Class template new_allocator"><span class="index-entry-level-1">Class template new_allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/scoped_allocator_adaptor.html" title="Class template scoped_allocator_adaptor"><span class="index-entry-level-1">Class template scoped_allocator_adaptor</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/small_vector_allocator.html" title="Class template small_vector_allocator"><span class="index-entry-level-1">Class template small_vector_allocator</span></a></p></li>
@@ -706,7 +706,7 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp43846176.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp65191984.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
@@ -873,7 +873,7 @@
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">value_type</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp41598944.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp62944752.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -882,7 +882,7 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multimap.html" title="Class template flat_multimap"><span class="index-entry-level-1">Class template flat_multimap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_multiset.html" title="Class template flat_multiset"><span class="index-entry-level-1">Class template flat_multiset</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_set.html" title="Class template flat_set"><span class="index-entry-level-1">Class template flat_set</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp43846176.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../std/insert_iterato_idp65191984.html" title="Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;"><span class="index-entry-level-1">Class template insert_iterator&lt;boost::container::slist&lt; T, Allocator &gt;&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/list.html" title="Class template list"><span class="index-entry-level-1">Class template list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/map.html" title="Class template map"><span class="index-entry-level-1">Class template map</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/multimap.html" title="Class template multimap"><span class="index-entry-level-1">Class template multimap</span></a></p></li>
@@ -933,7 +933,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp166610752"></a>Function Index</h3></div></div></div>
+<a name="id-1.3.10.11.4"></a>Function Index</h3></div></div></div>
<p><a class="link" href="index.html#idx_id_44">A</a> <a class="link" href="index.html#idx_id_45">B</a> <a class="link" href="index.html#idx_id_46">C</a> <a class="link" href="index.html#idx_id_47">D</a> <a class="link" href="index.html#idx_id_48">E</a> <a class="link" href="index.html#idx_id_49">F</a> <a class="link" href="index.html#idx_id_50">G</a> <a class="link" href="index.html#idx_id_51">H</a> <a class="link" href="index.html#idx_id_52">I</a> <a class="link" href="index.html#idx_id_54">L</a> <a class="link" href="index.html#idx_id_55">M</a> <a class="link" href="index.html#idx_id_56">N</a> <a class="link" href="index.html#idx_id_57">O</a> <a class="link" href="index.html#idx_id_58">P</a> <a class="link" href="index.html#idx_id_59">R</a> <a class="link" href="index.html#idx_id_60">S</a> <a class="link" href="index.html#idx_id_61">T</a> <a class="link" href="index.html#idx_id_62">U</a> <a class="link" href="index.html#idx_id_63">V</a> <a class="link" href="index.html#idx_id_65">Y</a></p>
<div class="variablelist"><dl class="variablelist">
<dt>
@@ -984,7 +984,7 @@
<div class="index"><ul class="index" style="list-style-type: none; ">
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/synchronized_pool_resource.html" title="Class synchronized_pool_resource"><span class="index-entry-level-1">Class synchronized_pool_resource</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/unsynchronized_idp42230704.html" title="Class unsynchronized_pool_resource"><span class="index-entry-level-1">Class unsynchronized_pool_resource</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/unsynchronized_idp63576512.html" title="Class unsynchronized_pool_resource"><span class="index-entry-level-1">Class unsynchronized_pool_resource</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.extended_allocators" title="Extended allocators"><span class="index-entry-level-1">Extended allocators</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.polymorphic_memory_resources" title="Polymorphic Memory Resources"><span class="index-entry-level-1">Polymorphic Memory Resources </span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="Cpp11_conformance.html#container.Cpp11_conformance.alloc_traits_move_traits" title="Stateful allocators"><span class="index-entry-level-1">Stateful allocators</span></a></p></li>
@@ -1249,6 +1249,7 @@
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">empty</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_66_00" title="Boost 1.66 Release"><span class="index-entry-level-1">Boost 1.66 Release</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/deque.html" title="Class template deque"><span class="index-entry-level-1">Class template deque</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/flat_map.html" title="Class template flat_map"><span class="index-entry-level-1">Class template flat_map</span></a></p></li>
@@ -1629,13 +1630,13 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.configurable_tree_based_associative_containers" title="Configurable tree-based associative ordered containers"><span class="index-entry-level-1">Configurable tree-based associative ordered containers</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="extended_functionality.html#container.extended_functionality.constant_time_range_splice" title="Constant-time range splice for (s)list"><span class="index-entry-level-1">Constant-time range splice for ( s ) list</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="non_standard_containers.html#container.non_standard_containers.flat_xxx" title="flat_(multi)map/set associative containers"><span class="index-entry-level-1">flat_(multi)map/set associative containers</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp44947584.html" title="Function template operator!="><span class="index-entry-level-1">Function template operator!=</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator_idp44967600.html" title="Function template operator&gt;"><span class="index-entry-level-1">Function template operator&gt;</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp44987568.html" title="Function template operator&gt;="><span class="index-entry-level-1">Function template operator&gt;=</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator_idp44957616.html" title="Function template operator&lt;"><span class="index-entry-level-1">Function template operator&lt;</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp44977584.html" title="Function template operator&lt;="><span class="index-entry-level-1">Function template operator&lt;=</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp44937568.html" title="Function template operator=="><span class="index-entry-level-1">Function template operator==</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/swap_idp44997552.html" title="Function template swap"><span class="index-entry-level-1">Function template swap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp66298896.html" title="Function template operator!="><span class="index-entry-level-1">Function template operator!=</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator_idp66318912.html" title="Function template operator&gt;"><span class="index-entry-level-1">Function template operator&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp66338880.html" title="Function template operator&gt;="><span class="index-entry-level-1">Function template operator&gt;=</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator_idp66308928.html" title="Function template operator&lt;"><span class="index-entry-level-1">Function template operator&lt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp66328896.html" title="Function template operator&lt;="><span class="index-entry-level-1">Function template operator&lt;=</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/operator___idp66288880.html" title="Function template operator=="><span class="index-entry-level-1">Function template operator==</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/swap_idp66348864.html" title="Function template swap"><span class="index-entry-level-1">Function template swap</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
@@ -1737,7 +1738,7 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/monotonic_buffer_resource.html" title="Class monotonic_buffer_resource"><span class="index-entry-level-1">Class monotonic_buffer_resource</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/synchronized_pool_resource.html" title="Class synchronized_pool_resource"><span class="index-entry-level-1">Class synchronized_pool_resource</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/node_handle.html" title="Class template node_handle"><span class="index-entry-level-1">Class template node_handle</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/unsynchronized_idp42230704.html" title="Class unsynchronized_pool_resource"><span class="index-entry-level-1">Class unsynchronized_pool_resource</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/pmr/unsynchronized_idp63576512.html" title="Class unsynchronized_pool_resource"><span class="index-entry-level-1">Class unsynchronized_pool_resource</span></a></p></li>
</ul></div>
</li>
<li class="listitem" style="list-style-type: none">
@@ -1812,6 +1813,7 @@
<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">size</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_66_00" title="Boost 1.66 Release"><span class="index-entry-level-1">Boost 1.66 Release</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -1883,10 +1885,14 @@
<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li></ul></div>
</li>
<li class="listitem" style="list-style-type: none">
+<p><span class="index-entry-level-0">static_vector</span></p>
+<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li></ul></div>
+</li>
+<li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">swap</span></p>
<div class="index"><ul class="index" style="list-style-type: none; ">
<li class="listitem" style="list-style-type: none"><p><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_56_00" title="Boost 1.56 Release"><span class="index-entry-level-1">Boost 1.56 Release</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp41598944.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/new_allocator__idp62944752.html" title="Class new_allocator&lt;void&gt;"><span class="index-entry-level-1">Class new_allocator&lt;void&gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/adaptive_pool.html" title="Class template adaptive_pool"><span class="index-entry-level-1">Class template adaptive_pool</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/allocator.html" title="Class template allocator"><span class="index-entry-level-1">Class template allocator</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/basic_string.html" title="Class template basic_string"><span class="index-entry-level-1">Class template basic_string</span></a></p></li>
@@ -1911,7 +1917,7 @@
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/stable_vector.html" title="Class template stable_vector"><span class="index-entry-level-1">Class template stable_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector"><span class="index-entry-level-1">Class template static_vector</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/vector.html" title="Class template vector"><span class="index-entry-level-1">Class template vector</span></a></p></li>
-<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/swap_idp44997552.html" title="Function template swap"><span class="index-entry-level-1">Function template swap</span></a></p></li>
+<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/swap_idp66348864.html" title="Function template swap"><span class="index-entry-level-1">Function template swap</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.static_vector_hpp" title="Header &lt;boost/container/static_vector.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/static_vector.hpp &gt;</span></a></p></li>
<li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost_container_header_reference.html#header.boost.container.string_hpp" title="Header &lt;boost/container/string.hpp&gt;"><span class="index-entry-level-1">Header &lt; boost/container/string.hpp &gt;</span></a></p></li>
</ul></div>
@@ -2021,7 +2027,7 @@
</dt>
<dd><div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none">
<p><span class="index-entry-level-0">Y</span></p>
-<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp46150320.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li></ul></div>
+<div class="index"><ul class="index" style="list-style-type: none; "><li class="listitem" style="list-style-type: none"><p><a class="link" href="../boost/container/constructible__idp67501632.html" title="Struct template constructible_with_allocator_prefix"><span class="index-entry-level-1">Struct template constructible_with_allocator_prefix</span></a></p></li></ul></div>
</li></ul></div></dd>
</dl></div>
</div>
diff --git a/doc/html/container/non_standard_containers.html b/doc/html/container/non_standard_containers.html
index 3eb7279a71..0352bef316 100644
--- a/doc/html/container/non_standard_containers.html
+++ b/doc/html/container/non_standard_containers.html
@@ -307,11 +307,11 @@
and erase (linear as opposed to constant). </em></span></span>&#8221;</span>
</p>
<p>
- <span class="bold"><strong>Boost.Container</strong></span> <code class="computeroutput"><span class="identifier">flat_</span><span class="special">[</span><span class="identifier">multi</span><span class="special">]</span><span class="identifier">map</span><span class="special">/</span><span class="identifier">set</span></code> containers are ordered-vector based
- associative containers based on Austern's and Alexandrescu's guidelines.
- These ordered vector containers have also benefited recently with the addition
- of <code class="computeroutput"><span class="identifier">move</span> <span class="identifier">semantics</span></code>
- to C++, speeding up insertion and erasure times considerably. Flat associative
+ <span class="bold"><strong>Boost.Container</strong></span> <code class="computeroutput"><span class="identifier">flat_</span><span class="special">[</span><span class="identifier">multi</span><span class="special">]</span><span class="identifier">map</span><span class="special">/</span><span class="identifier">set</span></code> containers are ordered, vector-like
+ container based, associative containers following Austern's and Alexandrescu's
+ guidelines. These ordered vector containers have also benefited with the
+ addition of <code class="computeroutput"><span class="identifier">move</span> <span class="identifier">semantics</span></code>
+ to C++11, speeding up insertion and erasure times considerably. Flat associative
containers have the following attributes:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
diff --git a/doc/html/container/release_notes.html b/doc/html/container/release_notes.html
index ff4041241c..af8798a86d 100644
--- a/doc/html/container/release_notes.html
+++ b/doc/html/container/release_notes.html
@@ -28,6 +28,8 @@
<a name="container.release_notes"></a><a class="link" href="release_notes.html" title="Release Notes">Release Notes</a>
</h2></div></div></div>
<div class="toc"><dl class="toc">
+<dt><span class="section"><a href="release_notes.html#container.release_notes.release_notes_boost_1_66_00">Boost
+ 1.66 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#container.release_notes.release_notes_boost_1_65_00">Boost
1.65 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#container.release_notes.release_notes_boost_1_64_00">Boost
@@ -67,6 +69,42 @@
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
+<a name="container.release_notes.release_notes_boost_1_66_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_66_00" title="Boost 1.66 Release">Boost
+ 1.66 Release</a>
+</h3></div></div></div>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ <span class="emphasis"><em>flat_[multi</em></span>map/set] can now work as container adaptors,
+ as proposed in <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0429r1.pdf" target="_top">P0429R1</a>.
+ The allocator argument is checked for <span class="emphasis"><em>size()</em></span> and
+ <span class="emphasis"><em>empty()</em></span> members. If so, the argument is interpreted
+ as the required underlying container. This means that <span class="emphasis"><em>static_vector</em></span>,
+ <span class="emphasis"><em>stable_vector</em></span> and <span class="emphasis"><em>small_vector</em></span>
+ can be used now with flat associative containers.
+ </li>
+<li class="listitem">
+ Fixed bugs:
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+<li class="listitem">
+ <a href="https://github.com/boostorg/container/pull/54" target="_top">GitHub
+ #54: <span class="emphasis"><em>"no sbrk() in VxWorks, configure dlmalloc to
+ use only mmap"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://github.com/boostorg/container/issues/58" target="_top">GitHub
+ #58: <span class="emphasis"><em>"Comparing strings does not compile in gcc
+ 7+ in C++17 mode"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://github.com/boostorg/container/issues/59" target="_top">GitHub
+ #59: <span class="emphasis"><em>"basic_string::npos is missing its definition"</em></span></a>.
+ </li>
+</ul></div>
+ </li>
+</ul></div>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
<a name="container.release_notes.release_notes_boost_1_65_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_65_00" title="Boost 1.65 Release">Boost
1.65 Release</a>
</h3></div></div></div>
@@ -165,9 +203,6 @@
</ul></div>
</li></ul></div>
</div>
-<p>
- https://svn.boost.org/trac/boost/ticket/12577#comment:1
- </p>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="container.release_notes.release_notes_boost_1_62_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_62_00" title="Boost 1.62 Release">Boost