瀏覽代碼

Change the description of functional/hash.

[SVN r28436]
Daniel James 21 年之前
父節點
當前提交
e8c3bb7721
共有 3 個文件被更改,包括 11 次插入6 次删除
  1. 4 1
      index.htm
  2. 1 1
      libs/functional
  3. 6 4
      libs/libraries.htm

+ 4 - 1
index.htm

@@ -122,7 +122,10 @@
                         
                         <ul>
                           <li><a href="libs/iostreams/doc/index.html">iostreams</a> - Framework for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.</li>
-                          <li><a href="libs/functional/hash/index.html">functional/hash</a> - Extendible TR1 hash function object, from Daniel James.</li>
+                          <li><a href="libs/functional/hash/index.html">functional/hash</a>
+                          - A TR1 hash function object that can be extended to
+                          hash user defined types, from Daniel James.</li>
+
                           <li><a href="wave/index.html">wave</a> - Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface, from Hartmut&nbsp;Kaiser. </li>
                        </ul>
 

+ 1 - 1
libs/functional

@@ -1 +1 @@
-Subproject commit a461b5b1c7c339f8c45e6e35e51790049af82145
+Subproject commit 1564e9c767de199d5ff954e3fde5e53c3006be2a

+ 6 - 4
libs/libraries.htm

@@ -123,8 +123,9 @@ how to download, build, and install the libraries.</p>
       for deferred calls or callbacks, from Doug Gregor.</li>
     <li><a href="functional/index.html">functional</a> - Enhanced
         function object adaptors, from Mark Rodgers.</li>
-    <li><a href="functional/hash/index.html">functional/hash</a> - Extendible
-        TR1 hash function object, from Daniel James.</li>
+    <li><a href="functional/hash/index.html">functional/hash</a> -
+        A TR1 hash function object, that can be extended to hash user defined
+        types, from Daniel James.</li>
     <li><a href="graph/doc/table_of_contents.html">graph</a> -
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team.</li>
@@ -334,8 +335,9 @@ how to download, build, and install the libraries.</p>
       for deferred calls or callbacks, from Doug Gregor.</li>
     <li><a href="functional/index.html">functional</a> - Enhanced
         function object adaptors, from Mark Rodgers.</li>
-    <li><a href="functional/hash/index.html">functional/hash</a> - Extendible
-        TR1 hash function object, from Daniel James.</li>
+    <li><a href="functional/hash/index.html">functional/hash</a> -
+        A TR1 hash function object, that can be extended to hash user defined
+        types, from Daniel James.</li>
     <li><a href="lambda/index.html">lambda</a> - Define small unnamed
     function objects at the actual call site, and more, from Jaakko Järvi and
     Gary Powell.</li>

粤ICP备19079148号