From dd2a994874265d9bf5e04c703feea309c81208ed Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 25 Jul 2008 22:47:41 +0000 Subject: [PATCH] Merge in some small documentation fixes. Merged revisions 47054,47750,47766,47800,47807,47811-47813 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r47750 | danieljames | 2008-07-24 11:14:15 +0100 (Thu, 24 Jul 2008) | 2 lines Remove some old information that's no longer true. ........ r47766 | danieljames | 2008-07-24 19:16:09 +0100 (Thu, 24 Jul 2008) | 1 line Link to Igor Zlatkovic's xsltproc packages. ........ r47800 | danieljames | 2008-07-25 11:24:50 +0100 (Fri, 25 Jul 2008) | 1 line Fix a link. ........ r47807 | danieljames | 2008-07-25 18:52:11 +0100 (Fri, 25 Jul 2008) | 1 line Convert a few 'unacceptable' characters to underscores in generated documentation filenames. ........ r47811 | danieljames | 2008-07-25 22:13:27 +0100 (Fri, 25 Jul 2008) | 1 line Avoid some more unacceptable characters. ........ r47812 | danieljames | 2008-07-25 22:15:39 +0100 (Fri, 25 Jul 2008) | 1 line Merge asio details from the release branch. ........ r47813 | danieljames | 2008-07-25 22:25:58 +0100 (Fri, 25 Jul 2008) | 1 line Fix a typo. ........ [SVN r47819] --- doc/changes.qbk | 2 +- doc/intro.qbk | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/changes.qbk b/doc/changes.qbk index e29b7a85..8fd4c2a9 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -10,7 +10,7 @@ Initial review version, for the review conducted from 7th December 2007 to 16th December 2007. -[h2 1.35.0 Add-on - 31st Match 2008] +[h2 1.35.0 Add-on - 31st March 2008] Unofficial release uploaded to vault, to be used with Boost 1.35.0. Incorporated many of the suggestions from the review. diff --git a/doc/intro.qbk b/doc/intro.qbk index 58fcb987..5f918138 100644 --- a/doc/intro.qbk +++ b/doc/intro.qbk @@ -36,9 +36,7 @@ which are implemented using hash tables, and they have now been added to the __draft__. This library supplies an almost complete implementation of the specification in -the __draft__, (it doesn't support `emplace` yet, see the [link -unordered.rationale.future_developments Implementation Rationale] section for more -details). If accepted the containers should also be added to __boost-tr1__. +the __draft__. `unordered_set` and `unordered_multiset` are defined in the header <[headerref boost/unordered_set.hpp]>