Просмотр исходного кода

Update libs/libraries.htm from release.

[SVN r63196]
Daniel James 16 лет назад
Родитель
Сommit
fc954e8142
1 измененных файлов с 10 добавлено и 4 удалено
  1. 10 4
      libs/libraries.htm

+ 10 - 4
libs/libraries.htm

@@ -138,11 +138,11 @@ how to download, build, and install the libraries.</p>
     <li><a href="functional/index.html">functional</a> - Enhanced
         function object adaptors, from Mark Rodgers.</li>
     <li><a href="functional/factory/index.html">functional/factory</a> -
-        Function objects for dynamic and by-value construction,
-        from Tobias Schwinger.</li>
+        function object templates for dynamic and static object creation,
+        from Tobias Schwinger</li>
     <li><a href="functional/forward/index.html">functional/forward</a> -
-        Function object adapters to address the forwarding problem,
-        from Tobias Schwinger.</li>
+        adapters to allow generic function objects to accept arbitrary
+        arguments, from Tobias Schwinger</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>
@@ -432,6 +432,12 @@ 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/factory/index.html">functional/factory</a> -
+        function object templates for dynamic and static object creation,
+        from Tobias Schwinger</li>
+    <li><a href="functional/forward/index.html">functional/forward</a> -
+        adapters to allow generic function objects to accept arbitrary
+        arguments, from Tobias Schwinger</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>

粤ICP备19079148号