Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/doc/html/hash/acknowledgements.html @ 12

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

added boost

File size: 2.9 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title> Acknowledgements</title>
5<link rel="stylesheet" href="../boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7<link rel="start" href="../index.html" title="The Boost C++ Libraries">
8<link rel="up" href="../hash.html" title="Chapter 5. Boost.Functional/Hash">
9<link rel="prev" href="links.html" title=" Links">
10<link rel="next" href="../lambda.html" title="Chapter 6. Boost.Lambda">
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.png (6897 bytes)" 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="links.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="../lambda.html"><img src="../images/next.png" alt="Next"></a>
24</div>
25<div class="section" lang="en">
26<div class="titlepage"><div><div><h3 class="title">
27<a name="hash.acknowledgements"></a> Acknowledgements</h3></div></div></div>
28<p>
29This library is based on the design by Peter Dimov. During the inital development
30Joaquín M López Muñoz made many useful suggestions and contributed fixes.</p>
31<p>
32The review was managed by Thorsten Ottosen, and the library reviewed by:
33David Abrahams, Alberto Barbati, Topher Cooper, Caleb Epstein, Dave Harris,
34Chris Jefferson, Bronek Kozicki, John Maddock, Tobias Swinger,Jaap Suter
35and Rob Stewart.</p>
36<p>
37The implementation of the hash function for pointers is based on suggestions
38made by Alberto Barbati and Dave Harris. Dave Harris also suggested an
39important improvement to <code class="computeroutput"><a href="../hash_combine.html" title="Function template hash_combine">boost::hash_combine</a></code> that was taken up.</p>
40<p>
41The original implementation came from Jeremy B. Maitin-Shepard's hash table
42library, although this is a complete rewrite.</p>
43</div>
44<table width="100%"><tr>
45<td align="left"></td>
46<td align="right"><small>Copyright © 2005 Daniel James</small></td>
47</tr></table>
48<hr>
49<div class="spirit-nav">
50<a accesskey="p" href="links.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="../lambda.html"><img src="../images/next.png" alt="Next"></a>
51</div>
52</body>
53</html>
Note: See TracBrowser for help on using the repository browser.