Use quickbook v1.4 for the hash library.

[SVN r39985]
This commit is contained in:
Daniel James
2007-10-13 18:47:41 +00:00
parent 35d19e5111
commit 29f14bcf66
2 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
[library Boost.Functional/Hash [library Boost.Functional/Hash
[quickbook 1.3] [quickbook 1.4]
[authors [James, Daniel]] [authors [James, Daniel]]
[copyright 2005 2006 2007 Daniel James] [copyright 2005 2006 2007 Daniel James]
[purpose A TR1 hash function object that can be extended to hash user [purpose A TR1 hash function object that can be extended to hash user

View File

@@ -5,22 +5,22 @@
[section:links Links] [section:links Links]
[*A Proposal to Add Hash Tables to the Standard Library]\n [*A Proposal to Add Hash Tables to the Standard Library]
[@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1456.html]\n [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1456.html]
The hash table proposal explains much of the design. The hash function object The hash table proposal explains much of the design. The hash function object
is discussed in Section D. is discussed in Section D.
[*The C++ Standard Library Technical Report.]\n [*The C++ Standard Library Technical Report.]
[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf]\n [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf]
Contains the hash function specification in section 6.3.2. Contains the hash function specification in section 6.3.2.
[*Library Extension Technical Report Issues List.]\n [*Library Extension Technical Report Issues List.]
[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf]\n [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf]
The library implements the extension described in Issue 6.18, pages 63-67. The library implements the extension described in Issue 6.18, pages 63-67.
[*Methods for Identifying Versioned and Plagiarised Documents]\n [*Methods for Identifying Versioned and Plagiarised Documents]
Timothy C. Hoad, Justin Zobel\n Timothy C. Hoad, Justin Zobel
[@http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf]\n [@http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf]
Contains the hash function that [funcref boost::hash_combine] is based on. Contains the hash function that [funcref boost::hash_combine] is based on.
[endsect] [endsect]