Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/hash/changes.html @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 4.4 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title> Change Log</title>
5<link rel="stylesheet" href="../boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
7<link rel="start" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
8<link rel="up" href="../hash.html" title="Chapter 7. Boost.Functional/Hash">
9<link rel="prev" href="disable.html" title=" Disabling The Extensions">
10<link rel="next" href="reference.html" title="Reference">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
15<td align="center"><a href="../../../index.htm">Home</a></td>
16<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../../people/people.htm">People</a></td>
18<td align="center"><a href="../../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="disable.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../hash.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../images/next.png" alt="Next"></a>
24</div>
25<div class="section" lang="en">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="hash.changes"></a> Change Log</h2></div></div></div>
28<a name="hash.changes.boost_1_33_0"></a><h2>
29<a name="id1220415"></a>
30      Boost 1.33.0
31    </h2>
32<div class="itemizedlist"><ul type="disc"><li>
33        Initial Release
34      </li></ul></div>
35<a name="hash.changes.changes_in_boost_1_33_1"></a><h2>
36<a name="id1220435"></a>
37      Changes in Boost 1.33.1
38    </h2>
39<div class="itemizedlist"><ul type="disc"><li>
40        Fixed the points example, as pointed out by &#27784;&#24935;&#23792;.
41      </li></ul></div>
42<a name="hash.changes.changes_in_boost_1_34_0"></a><h2>
43<a name="id1220457"></a>
44      Changes in Boost 1.34.0
45    </h2>
46<div class="itemizedlist"><ul type="disc">
47<li>
48        Use declarations for standard classes, so that the library doesn't need to
49        include all of their headers
50      </li>
51<li>
52        Deprecated the <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">hash</span><span class="special">/*.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
53        headers. Now a single header, &lt;<code class="computeroutput"><a href="reference.html#header.boost.functional.hash.hpp" title="Header &lt;boost/functional/hash.hpp&gt;">boost/functional/hash.hpp</a></code>&gt;
54        is used.
55      </li>
56<li>
57        Add support for the <code class="computeroutput"><span class="identifier">BOOST_HASH_NO_EXTENSIONS</span></code>
58        macro, which disables the extensions to TR1
59      </li>
60<li>
61        Minor improvements to the hash functions for floating point numbers.
62      </li>
63</ul></div>
64<a name="hash.changes.future_developments"></a><h2>
65<a name="id1220558"></a>
66      Future Developments
67    </h2>
68<div class="itemizedlist"><ul type="disc">
69<li>
70        A more portable hash function, as described by Daniel Krügler in <a href="http://lists.boost.org/boost-users/2005/08/13418.php" target="_top">a post to the
71        boost users list</a>.
72      </li>
73<li>
74        Implement <code class="computeroutput"><span class="identifier">hash_value</span></code> for
75        more classes, including <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">complex</span></code>.
76      </li>
77</ul></div>
78</div>
79<table width="100%"><tr>
80<td align="left"></td>
81<td align="right"><small>Copyright © 2005, 2006 Daniel James</small></td>
82</tr></table>
83<hr>
84<div class="spirit-nav">
85<a accesskey="p" href="disable.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../hash.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../images/next.png" alt="Next"></a>
86</div>
87</body>
88</html>
Note: See TracBrowser for help on using the repository browser.