Update of /cvsroot/boost/boost/libs/functional/hash/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10499

Modified Files:
      Tag: RC_1_34_0
        ref.xml 
Log Message:
Document boost::hash<T*>.


Index: ref.xml
===================================================================
RCS file: /cvsroot/boost/boost/libs/functional/hash/doc/ref.xml,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -u -d -r1.2.2.4 -r1.2.2.5
--- ref.xml     30 Jul 2006 20:42:11 -0000      1.2.2.4
+++ ref.xml     1 May 2007 21:28:45 -0000       1.2.2.5
@@ -350,6 +350,25 @@
         </method>
       </struct-specialization>
 
+      <struct-specialization name="hash">
+        <template>
+          <template-type-parameter name="T"/>
+        </template>
+        <specialization>
+          <template-arg>T*</template-arg>
+        </specialization>
+        <method name="operator()" cv="const">
+          <type>std::size_t</type>
+          <parameter name="val">
+            <paramtype>T*</paramtype>
+          </parameter>
+          <returns>
+            <para>Unspecified in TR1, except that equal arguments yield the 
same result.</para>
+          </returns>
+          <throws><para>Doesn't throw</para></throws>
+        </method>
+      </struct-specialization>
+
       <!--
         boost::hash_combine
         -->


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to