Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-01-06 07:42:43


Author: danieljames
Date: 2008-01-06 07:42:43 EST (Sun, 06 Jan 2008)
New Revision: 42521
URL: http://svn.boost.org/trac/boost/changeset/42521

Log:
Minor tweak.
Properties modified:
   branches/unordered/trunk/ (props changed)
Text files modified:
   branches/unordered/trunk/libs/unordered/doc/intro.qbk | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/unordered/trunk/libs/unordered/doc/intro.qbk
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/intro.qbk (original)
+++ branches/unordered/trunk/libs/unordered/doc/intro.qbk 2008-01-06 07:42:43 EST (Sun, 06 Jan 2008)
@@ -78,8 +78,8 @@
         class ``[classref boost::unordered_multimap unordered_multimap]``;
     }
 
-If using Boost.TR1, these classes will be included from `<unordered_set>` and
-`<unordered_map>`, with the classes included in the `std::tr1` namespace.
+When using Boost.TR1, these classes are included from `<unordered_set>` and
+`<unordered_map>`, with the classes added to the `std::tr1` namespace.
 
 The containers are used in a similar manner to the normal associative
 containers:


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