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

- adds FunctionTypes
- adds myself to all occurences of the Fusion authors



[SVN r40806]

Tobias Schwinger 18 лет назад
Родитель
Сommit
0b361406a6
1 измененных файлов с 9 добавлено и 3 удалено
  1. 9 3
      libs/libraries.htm

+ 9 - 3
libs/libraries.htm

@@ -119,6 +119,8 @@ how to download, build, and install the libraries.</p>
     operations, from Samuel Krempp.</li>
     <li><a href="function/index.html">function</a> - Function object wrappers
       for deferred calls or callbacks, from Doug Gregor.</li>
+    <li><a href="function_types/index.html">function_types</a> - Type traits
+        for callable, built-in types, from Tobias Schwinger</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> -
@@ -427,6 +429,8 @@ how to download, build, and install the libraries.</p>
     <li><a href="type_traits/index.html">type_traits</a> -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
+    <li><a href="function_types/index.html">function_types</a> - Type traits
+        for callable, built-in types, from Tobias Schwinger</li>
 </ul>
 
 <h3>Template <a name="Metaprogramming"> Metaprogramming</a></h3>
@@ -441,9 +445,11 @@ how to download, build, and install the libraries.</p>
     <li><a href="type_traits/index.html">type_traits</a> -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
+    <li><a href="function_types/index.html">function_types</a> - Type traits
+        for callable, built-in types, from Tobias Schwinger</li>
     <li><a href="fusion/index.html">fusion</a> -
         Library for working with tuples, including various containers, algorithms, etc.
-        From Joel de Guzman and Dan Marsden.</li>
+        From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
 </ul>
 
 <h3><a name="Preprocessor">Preprocessor</a> Metaprogramming</h3>
@@ -534,7 +540,7 @@ how to download, build, and install the libraries.</p>
     discriminated union container, from Eric Friedman and Itay Maman.</li>
     <li><a href="fusion/index.html">fusion</a> -
         Library for working with tuples, including various containers, algorithms, etc.
-        From Joel de Guzman and Dan Marsden.</li>
+        From Joel de Guzman and Dan Marsden and Tobias Schwinger.</li>
 </ul>
 
 <h3><a name="Image-processing">Image processing</a></h3>
@@ -685,4 +691,4 @@ or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_
 </p>
 
 </body>
-</html>
+</html>

粤ICP备19079148号