Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-29 15:55:31


Author: danieljames
Date: 2007-12-29 15:55:30 EST (Sat, 29 Dec 2007)
New Revision: 42348
URL: http://svn.boost.org/trac/boost/changeset/42348

Log:
Fix the badly marked up bullet points.
Text files modified:
   branches/unordered/dev/libs/unordered/doc/buckets.qbk | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: branches/unordered/dev/libs/unordered/doc/buckets.qbk
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/buckets.qbk (original)
+++ branches/unordered/dev/libs/unordered/doc/buckets.qbk 2007-12-29 15:55:30 EST (Sat, 29 Dec 2007)
@@ -78,9 +78,9 @@
 You can't control the bucket count directly but there are two ways to
 influence it:
 
- * Specify the minimum number of buckets when constructing a container or
- when calling `rehash`.
- * Suggest a maximum load factor by calling `max_load_factor`.
+* Specify the minimum number of buckets when constructing a container or
+ when calling `rehash`.
+* Suggest a maximum load factor by calling `max_load_factor`.
 
 `max_load_factor` doesn't let you set the maximum load factor yourself, it just
 lets you give a /hint/. And even then, the draft standard doesn't actually


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk