summaryrefslogtreecommitdiff
path: root/doc/html/unordered/changes.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/unordered/changes.html')
-rw-r--r--doc/html/unordered/changes.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/html/unordered/changes.html b/doc/html/unordered/changes.html
index 33ca91cb3b..5472ae8380 100644
--- a/doc/html/unordered/changes.html
+++ b/doc/html/unordered/changes.html
@@ -525,10 +525,30 @@
Fix Coverity warning (<a href="https://github.com/boostorg/unordered/pull/2" target="_top">GitHub
#2</a>).
</li>
+</ul></div>
+<h3>
+<a name="unordered.changes.h21"></a>
+ <span class="phrase"><a name="unordered.changes.boost_1_58_0"></a></span><a class="link" href="changes.html#unordered.changes.boost_1_58_0">Boost
+ 1.58.0</a>
+ </h3>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ Remove unnecessary template parameter from const iterators.
+ </li>
<li class="listitem">
Rename private <code class="computeroutput"><span class="identifier">iterator</span></code>
typedef in some iterator classes, as it confuses some traits classes.
</li>
+<li class="listitem">
+ Fix move assignment with stateful, propagate_on_container_move_assign allocators
+ (<a href="https://svn.boost.org/trac/boost/ticket/10777" target="_top">#10777</a>).
+ </li>
+<li class="listitem">
+ Fix rare exception safety issue in move assignment.
+ </li>
+<li class="listitem">
+ Fix potential overflow when calculating number of buckets to allocate (<a href="https://github.com/boostorg/unordered/pull/4" target="_top">GitHub #4</a>).
+ </li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>