Unordered: Update comparison between unordered and ordered containers.

[SVN r74907]
This commit is contained in:
Daniel James
2011-10-11 00:30:59 +00:00
parent 0cf8de5222
commit e3befdba7f

View File

@@ -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 / 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) ] / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
@@ -66,15 +66,12 @@
[ [
[No equivalent] [No equivalent]
[Local iterators can be used to iterate through individual buckets. [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.)] required to have any correspondence.)]
] ]
[ [
[Can be compared using the `==`, `!=`, `<`, `<=`, `>`, `>=` operators.] [Can be compared using the `==`, `!=`, `<`, `<=`, `>`, `>=` operators.]
[No comparison operators are defined in the standard, although [Can be compared using the `==` and `!=` operators.]
[link unordered.rationale.equality_operators
implementations might extend the containers to support `==` and
`!=`].]
] ]
[ [
[] []