Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/functional/hash/doc/changes.qbk @ 29

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

updated boost from 1_33_1 to 1_34_1

File size: 1.0 KB
Line 
1
2[/ Copyright 2005-2006 Daniel James.
3 / Distributed under the Boost Software License, Version 1.0. (See accompanying
4 / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
5
6[section:changes Change Log]
7
8[h2 Boost 1.33.0]
9
10* Initial Release
11
12[h2 Changes in Boost 1.33.1]
13
14* Fixed the points example, as pointed out by 沈慧峰.
15
16[h2 Changes in Boost 1.34.0]
17
18* Use declarations for standard classes, so that the library
19  doesn't need to include all of their headers
20* Deprecated the `<boost/functional/hash/*.hpp>` headers. Now a single header,
21  <[headerref boost/functional/hash.hpp]> is used.
22* Add support for the `BOOST_HASH_NO_EXTENSIONS` macro, which
23  disables the extensions to TR1
24* Minor improvements to the hash functions for floating point numbers.
25
26[h2 Future Developments]
27
28* A more portable hash function, as described by Daniel Krügler in
29 [@http://lists.boost.org/boost-users/2005/08/13418.php a post to the boost users list].
30* Implement `hash_value` for more classes, including `std::complex`.
31
32[endsect]
Note: See TracBrowser for help on using the repository browser.