Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame] | 1 | |
| 2 | [/ Copyright 2005-2008 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:links Links] |
| 7 | |
| 8 | [*A Proposal to Add Hash Tables to the Standard Library] |
| 9 | [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1456.html] |
| 10 | The hash table proposal explains much of the design. The hash function object |
| 11 | is discussed in Section D. |
| 12 | |
| 13 | [*The C++ Standard Library Technical Report.] |
| 14 | [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf] |
| 15 | Contains the hash function specification in section 6.3.2. |
| 16 | |
| 17 | [*Library Extension Technical Report Issues List.] |
| 18 | [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf] |
| 19 | The library implements the extension described in Issue 6.18, pages 63-67. |
| 20 | |
| 21 | [*Methods for Identifying Versioned and Plagiarised Documents] |
| 22 | Timothy C. Hoad, Justin Zobel |
| 23 | [@http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf] |
| 24 | Contains the hash function that [funcref boost::hash_combine] is based on. |
| 25 | |
| 26 | [endsect] |
| 27 | |