Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74907 - trunk/libs/unordered/doc
From: dnljms_at_[hidden]
Date: 2011-10-10 20:31:00


Author: danieljames
Date: 2011-10-10 20:30:59 EDT (Mon, 10 Oct 2011)
New Revision: 74907
URL: http://svn.boost.org/trac/boost/changeset/74907

Log:
Unordered: Update comparison between unordered and ordered containers.
Text files modified:
   trunk/libs/unordered/doc/comparison.qbk | 9 +++------
   1 files changed, 3 insertions(+), 6 deletions(-)

Modified: trunk/libs/unordered/doc/comparison.qbk
==============================================================================
--- trunk/libs/unordered/doc/comparison.qbk (original)
+++ trunk/libs/unordered/doc/comparison.qbk 2011-10-10 20:30:59 EDT (Mon, 10 Oct 2011)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2008 Daniel James.
+[/ Copyright 2006-2011 Daniel James.
  / Distributed under the Boost Software License, Version 1.0. (See accompanying
  / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
 
@@ -66,15 +66,12 @@
     [
         [No equivalent]
         [Local iterators can be used to iterate through individual buckets.
- (I don't think that the order of local iterators and iterators are
+ (The order of local iterators and iterators aren't
             required to have any correspondence.)]
     ]
     [
         [Can be compared using the `==`, `!=`, `<`, `<=`, `>`, `>=` operators.]
- [No comparison operators are defined in the standard, although
- [link unordered.rationale.equality_operators
- implementations might extend the containers to support `==` and
- `!=`].]
+ [Can be compared using the `==` and `!=` operators.]
     ]
     [
         []


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