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] 10The hash table proposal explains much of the design. The hash function object 11is 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] 15Contains 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] 19The library implements the extension described in Issue 6.18, pages 63-67. 20 21[*Methods for Identifying Versioned and Plagiarised Documents] 22Timothy C. Hoad, Justin Zobel 23[@http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf] 24Contains the hash function that [funcref boost::hash_combine] is based on. 25 26[endsect] 27 28