links.qbk 1.0 KB

123456789101112131415161718192021222324252627
  1. [/ Copyright 2005-2008 Daniel James.
  2. / Distributed under the Boost Software License, Version 1.0. (See accompanying
  3. / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
  4. [section:links Links]
  5. [*A Proposal to Add Hash Tables to the Standard Library]
  6. [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1456.html]
  7. The hash table proposal explains much of the design. The hash function object
  8. is discussed in Section D.
  9. [*The C++ Standard Library Technical Report.]
  10. [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf]
  11. Contains the hash function specification in section 6.3.2.
  12. [*Library Extension Technical Report Issues List.]
  13. [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf]
  14. The library implements the extension described in Issue 6.18, pages 63-67.
  15. [*Methods for Identifying Versioned and Plagiarised Documents]
  16. Timothy C. Hoad, Justin Zobel
  17. [@http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf]
  18. Contains the hash function that [funcref boost::hash_combine] is based on.
  19. [endsect]