summaryrefslogtreecommitdiff
path: root/doc/html/unordered/changes.html
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-08-26 08:15:55 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-08-26 08:15:55 -0400
commitbb4dd8289b351fae6b55e303f189127a394a1edd (patch)
tree77c9c35a31b1459dd7988c2448e797d142530c41 /doc/html/unordered/changes.html
parent1a78a62555be32868418fe52f8e330c9d0f95d5a (diff)
downloadboost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.gz
boost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.bz2
boost-bb4dd8289b351fae6b55e303f189127a394a1edd.zip
Imported Upstream version 1.51.0upstream/1.51.0
Diffstat (limited to 'doc/html/unordered/changes.html')
-rw-r--r--[-rwxr-xr-x]doc/html/unordered/changes.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/html/unordered/changes.html b/doc/html/unordered/changes.html
index 27da1b22d9..6569c28289 100755..100644
--- a/doc/html/unordered/changes.html
+++ b/doc/html/unordered/changes.html
@@ -345,6 +345,58 @@
Slightly better error messages.
</li>
</ul></div>
+<h3>
+<a name="unordered.changes.h13"></a>
+ <span><a name="unordered.changes.boost_1_50_0"></a></span><a class="link" href="changes.html#unordered.changes.boost_1_50_0">Boost
+ 1.50.0</a>
+ </h3>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
+ Fix equality for <code class="computeroutput"><span class="identifier">unordered_multiset</span></code>
+ and <code class="computeroutput"><span class="identifier">unordered_multimap</span></code>.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/6857" target="_top">Ticket 6857</a>:
+ Implement <code class="computeroutput"><span class="identifier">reserve</span></code>.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/6771" target="_top">Ticket 6771</a>:
+ Avoid gcc's <code class="computeroutput"><span class="special">-</span><span class="identifier">Wfloat</span><span class="special">-</span><span class="identifier">equal</span></code>
+ warning.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/6784" target="_top">Ticket 6784</a>:
+ Fix some Sun specific code.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/6190" target="_top">Ticket 6190</a>:
+ Avoid gcc's <code class="computeroutput"><span class="special">-</span><span class="identifier">Wshadow</span></code>
+ warning.
+ </li>
+<li class="listitem">
+ <a href="https://svn.boost.org/trac/boost/ticket/6905" target="_top">Ticket 6905</a>:
+ Make namespaces in macros compatible with <code class="computeroutput"><span class="identifier">bcp</span></code>
+ custom namespaces. Fixed by Luke Elliott.
+ </li>
+<li class="listitem">
+ Remove some of the smaller prime number of buckets, as they may make collisions
+ quite probable (e.g. multiples of 5 are very common because we used base
+ 10).
+ </li>
+<li class="listitem">
+ On old versions of Visual C++, use the container library's implementation
+ of <code class="computeroutput"><span class="identifier">allocator_traits</span></code>, as
+ it's more likely to work.
+ </li>
+<li class="listitem">
+ On machines with 64 bit std::size_t, use power of 2 buckets, with Thomas
+ Wang's hash function to pick which one to use. As modulus is very slow
+ for 64 bit values.
+ </li>
+<li class="listitem">
+ Some internal changes.
+ </li>
+</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>