$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-05-11 09:15:32
Author: danieljames
Date: 2008-05-11 09:15:31 EDT (Sun, 11 May 2008)
New Revision: 45282
URL: http://svn.boost.org/trac/boost/changeset/45282
Log:
Group functions in the hash header - requires Frank's free-function-group fix.
Text files modified: 
   branches/doc/libs/functional/hash/doc/ref.xml |     7 +++++++                                 
   1 files changed, 7 insertions(+), 0 deletions(-)
Modified: branches/doc/libs/functional/hash/doc/ref.xml
==============================================================================
--- branches/doc/libs/functional/hash/doc/ref.xml	(original)
+++ branches/doc/libs/functional/hash/doc/ref.xml	2008-05-11 09:15:31 EDT (Sun, 11 May 2008)
@@ -406,6 +406,8 @@
         </method>
       </struct-specialization>
 
+      <free-function-group name="Support functions (Boost extension)."> 
+
       <!--
         boost::hash_combine
         -->
@@ -500,6 +502,10 @@
         </para></throws>
       </overloaded-function>
 
+      </free-function-group>
+
+      <free-function-group name="Overloadable hash implementation (Boost extension).">
+
       <!--
         boost::hash_value - integers
         -->
@@ -797,6 +803,7 @@
           </informaltable>
         </returns>
       </overloaded-function>
+      </free-function-group>
     </namespace>
   </header>
 </library-reference>