Procházet zdrojové kódy

Add the hash libraries to the main html pages.

[SVN r28428]
Daniel James před 21 roky
rodič
revize
e40e43defe
2 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 2 1
      index_1_33_0.htm
  2. 4 0
      libs/libraries.htm

+ 2 - 1
index_1_33_0.htm

@@ -122,7 +122,8 @@
                         
                         <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>
-                        </ul>
+                          <li><a href="libs/functional/hash/index.html">functional/hash</a> - Extendible TR1 hash function object, from Daniel James.</li>
+                      </ul>
 
                         <h4>Updated Libraries</h4>
 

+ 4 - 0
libs/libraries.htm

@@ -123,6 +123,8 @@ 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="graph/doc/table_of_contents.html">graph</a> -
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team.</li>
@@ -329,6 +331,8 @@ 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="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号