$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2007-08-23 21:56:47
Author: danieljames
Date: 2007-08-23 21:56:47 EDT (Thu, 23 Aug 2007)
New Revision: 38882
URL: http://svn.boost.org/trac/boost/changeset/38882
Log:
Add some missing hash_value documentation for the new overloads.
Text files modified: 
   trunk/libs/functional/hash/doc/ref.xml |    11 ++++++++++-                             
   1 files changed, 10 insertions(+), 1 deletions(-)
Modified: trunk/libs/functional/hash/doc/ref.xml
==============================================================================
--- trunk/libs/functional/hash/doc/ref.xml	(original)
+++ trunk/libs/functional/hash/doc/ref.xml	2007-08-23 21:56:47 EDT (Thu, 23 Aug 2007)
@@ -501,6 +501,11 @@
 
         <signature>
           <type>std::size_t</type>
+          <parameter name="val"><paramtype>wchar_t</paramtype></parameter>
+        </signature>
+
+        <signature>
+          <type>std::size_t</type>
           <parameter name="val"><paramtype>short</paramtype></parameter>
         </signature>
 
@@ -687,7 +692,11 @@
               </thead>
               <tbody>
                 <row>
-                  <entry><code>int</code>, <code>unsigned int</code>, <code>long</code>, <code>unsigned long</code></entry>
+                  <entry><code>bool</code>,
+                    <code>char</code>, <code>signed char</code>, <code>unsigned char</code>, <code>wchar_t</code>,
+                    <code>short</code>, <code>unsigned short</code>,
+                    <code>int</code>, <code>unsigned int</code>, <code>long</code>, <code>unsigned long</code>
+                  </entry>
                   <entry><code>val</code></entry>
                 </row>
                 <row>