|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-07-30 05:44:27
Author: danieljames
Date: 2008-07-30 05:44:26 EDT (Wed, 30 Jul 2008)
New Revision: 47881
URL: http://svn.boost.org/trac/boost/changeset/47881
Log:
Fix a link and a header.
Text files modified:
trunk/libs/unordered/doc/comparison.qbk | 2 +-
trunk/libs/unordered/doc/rationale.qbk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/unordered/doc/comparison.qbk
==============================================================================
--- trunk/libs/unordered/doc/comparison.qbk (original)
+++ trunk/libs/unordered/doc/comparison.qbk 2008-07-30 05:44:26 EDT (Wed, 30 Jul 2008)
@@ -72,7 +72,7 @@
[
[Can be compared using the `==`, `!=`, `<`, `<=`, `>`, `>=` operators.]
[No comparison operators are defined in the standard, although
- [link unordered.rationale.equality_operator
+ [link unordered.rationale.equality_operators
implementations might extend the containers to support `==` and
`!=`].]
]
Modified: trunk/libs/unordered/doc/rationale.qbk
==============================================================================
--- trunk/libs/unordered/doc/rationale.qbk (original)
+++ trunk/libs/unordered/doc/rationale.qbk 2008-07-30 05:44:26 EDT (Wed, 30 Jul 2008)
@@ -96,7 +96,7 @@
So, this implementation uses a prime number for the hash table size.
-[h2 Equality operators and hash functions]
+[h2 Equality operators]
`operator==` and `operator!=` are not included in the standard, but I've
added them as I think they could be useful and can be efficiently
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