]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/functional/hash/doc/links.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / functional / hash / doc / links.qbk
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