Unordered: Use quickbook 1.5

[SVN r74143]
This commit is contained in:
Daniel James
2011-08-29 17:14:28 +00:00
parent 28cdebe7a4
commit 86b077b9a1
4 changed files with 5 additions and 5 deletions

View File

@ -112,7 +112,7 @@ load factor is /required/ to be less than the maximum is following a call to
below the max load factor, and set the maximum load factor to be the same as below the max load factor, and set the maximum load factor to be the same as
or close to the hint - unless your hint is unreasonably small or large. or close to the hint - unless your hint is unreasonably small or large.
[table Methods for Controlling Bucket Size [table:bucket_size Methods for Controlling Bucket Size
[[Method] [Description]] [[Method] [Description]]
[ [

View File

@ -4,7 +4,7 @@
[section:comparison Comparison with Associative Containers] [section:comparison Comparison with Associative Containers]
[table Interface differences. [table:interface_differences Interface differences.
[[Associative Containers] [Unordered Associative Containers]] [[Associative Containers] [Unordered Associative Containers]]
[ [
@ -88,7 +88,7 @@
] ]
] ]
[table Complexity Guarantees [table:complexity_guarantees Complexity Guarantees
[[Operation] [Associative Containers] [Unordered Associative Containers]] [[Operation] [Associative Containers] [Unordered Associative Containers]]
[ [
[Construction of empty container] [Construction of empty container]

View File

@ -69,7 +69,7 @@ See the [link hash.custom Boost.Hash documentation] for more detail on how to
do this. Remember that it relies on extensions to the draft standard - so it do this. Remember that it relies on extensions to the draft standard - so it
won't work on other implementations of the unordered associative containers. won't work on other implementations of the unordered associative containers.
[table Methods for accessing the hash and equality functions. [table:access_methods Methods for accessing the hash and equality functions.
[[Method] [Description]] [[Method] [Description]]
[ [

View File

@ -3,7 +3,7 @@
/ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ] / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
[library Boost.Unordered [library Boost.Unordered
[quickbook 1.4] [quickbook 1.5]
[authors [James, Daniel]] [authors [James, Daniel]]
[copyright 2003 2004 Jeremy B. Maitin-Shepard] [copyright 2003 2004 Jeremy B. Maitin-Shepard]
[copyright 2005 2006 2007 2008 Daniel James] [copyright 2005 2006 2007 2008 Daniel James]