Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55211 - in branches/release: . libs/unordered/doc
From: daniel_james_at_[hidden]
Date: 2009-07-30 14:43:35


Author: danieljames
Date: 2009-07-27 16:46:40 EDT (Mon, 27 Jul 2009)
New Revision: 55211
URL: http://svn.boost.org/trac/boost/changeset/55211

Log:
Merge an unordered documentation change that I missed before.

Merged revisions 54914 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r54914 | danieljames | 2009-07-12 19:03:35 +0100 (Sun, 12 Jul 2009) | 1 line
  
  Add constructors to the methods for controlling bucket size in unordered containers.
........

Properties modified:
   branches/release/ (props changed)
Text files modified:
   branches/release/libs/unordered/doc/buckets.qbk | 9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)

Modified: branches/release/libs/unordered/doc/buckets.qbk
==============================================================================
--- branches/release/libs/unordered/doc/buckets.qbk (original)
+++ branches/release/libs/unordered/doc/buckets.qbk 2009-07-27 16:46:40 EDT (Mon, 27 Jul 2009)
@@ -116,6 +116,15 @@
     [[Method] [Description]]
 
     [
+ [`X(size_type n)`]
+ [Construct an empty container with at least `n` buckets (`X` is the container type).]
+ ]
+ [
+ [`X(InputIterator i, InputIterator j, size_type n)`]
+ [Construct an empty container with at least `n` buckets and insert elements
+ from the range \[`i`, `j`) (`X` is the container type).]
+ ]
+ [
         [`float load_factor() const`]
         [The average number of elements per bucket.]
     ]


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