Imported Upstream version 1.72.0
[platform/upstream/boost.git] / doc / html / container / release_notes.html
index 5957552..632e019 100644 (file)
@@ -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_72_00">Boost
+      1.72 Release</a></span></dt>
 <dt><span class="section"><a href="release_notes.html#container.release_notes.release_notes_boost_1_71_00">Boost
       1.71 Release</a></span></dt>
 <dt><span class="section"><a href="release_notes.html#container.release_notes.release_notes_boost_1_70_00">Boost
 </dl></div>
 <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
+<a name="container.release_notes.release_notes_boost_1_72_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_72_00" title="Boost 1.72 Release">Boost
+      1.72 Release</a>
+</h3></div></div></div>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><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/issues/127" target="_top">GitHub
+                  #127: <span class="emphasis"><em>"Fix docs for static_vector::max_size() and
+                  capacity()"</em></span></a>.
+                </li>
+<li class="listitem">
+                  <a href="https://github.com/boostorg/container/issues/132" target="_top">GitHub
+                  #132: <span class="emphasis"><em>"flat_map::lower_bound and upper_bound have
+                  wrong/misleading docs"</em></span></a>.
+                </li>
+<li class="listitem">
+                  <a href="https://github.com/boostorg/container/issues/133" target="_top">GitHub
+                  #133: <span class="emphasis"><em>"basic_string move constructor with allocator
+                  argument has incorrect allocator check"</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_71_00"></a><a class="link" href="release_notes.html#container.release_notes.release_notes_boost_1_71_00" title="Boost 1.71 Release">Boost
       1.71 Release</a>
 </h3></div></div></div>
             <code class="computeroutput"><a class="link" href="../boost/container/static_vector.html" title="Class template static_vector">static_vector</a></code>
             can now have options, using <code class="computeroutput"><a class="link" href="../boost/container/static_vector_options.html" title="Struct template static_vector_options">static_vector_options</a></code>.
             Alignment and throwing behaviour can be be specified.
-            <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; "><li class="listitem">
-                  <code class="computeroutput"><a class="link" href="../boost/container/small_vector.html" title="Class template small_vector">small_vector</a></code>
-                  can now have options, using <code class="computeroutput"><a class="link" href="../boost/container/small_vector_options.html" title="Struct template small_vector_options">small_vector_options</a></code>.
-                  Alignment and growth factor can be be specified.
-                </li></ul></div>
+          </li>
+<li class="listitem">
+            <code class="computeroutput"><a class="link" href="../boost/container/small_vector.html" title="Class template small_vector">small_vector</a></code>
+            can now have options, using <code class="computeroutput"><a class="link" href="../boost/container/small_vector_options.html" title="Struct template small_vector_options">small_vector_options</a></code>.
+            Alignment and growth factor can be be specified.
           </li>
 </ul></div>
 </div>
                   #76: <span class="emphasis"><em>"flat_set: undefined behaviour on empty range"</em></span></a>.
                 </li>
 <li class="listitem">
-                  Fixed race condition bug in <code class="computeroutput"><a class="link" href="../boost/container/pmr/unsynchr_idm45836568083648.html" title="Class unsynchronized_pool_resource">unsynchronized_pool_resource</a></code>
+                  Fixed race condition bug in <code class="computeroutput"><a class="link" href="../boost/container/pmr/unsynchr_idm45666069730544.html" title="Class unsynchronized_pool_resource">unsynchronized_pool_resource</a></code>
                   found by Arthur O'Dowyer in his blog post <a href="https://quuxplusone.github.io/blog/2018/06/05/libcpp-memory-resource/" target="_top">&lt;memory_resource&gt;
                   for libc++</a>
                 </li>