|
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:
1.1 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:links Links] |
|---|
| 7 | |
|---|
| 8 | [*A Proposal to Add Hash Tables to the Standard Library]\n |
|---|
| 9 | [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1456.html]\n |
|---|
| 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.]\n |
|---|
| 14 | [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf]\n |
|---|
| 15 | Contains the hash function specification in section 6.3.2. |
|---|
| 16 | |
|---|
| 17 | [*Library Extension Technical Report Issues List.]\n |
|---|
| 18 | [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf]\n |
|---|
| 19 | The library implements the extension described in Issue 6.18, pages 63-67. |
|---|
| 20 | |
|---|
| 21 | [*Methods for Identifying Versioned and Plagiarised Documents]\n |
|---|
| 22 | Timothy C. Hoad, Justin Zobel\n |
|---|
| 23 | [@http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf]\n |
|---|
| 24 | Contains the hash function that [funcref boost::hash_combine] is based on. |
|---|
| 25 | |
|---|
| 26 | [endsect] |
|---|
| 27 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.