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

boost/utility/result_of.hpp, boost/utility/detail/result_of_iterate.hpp:
- result_of implementation

libs/utility/test/result_of_test.cpp:
- result_of tests

libs/utility/test/Jamfile, libs/utility/test/Jamfile.v2:
- run result_of tests

libs/utility/utility.htm:
- document result_of

libs/libraries.htm:
- list result_of

index.htm:
- announce result_of


[SVN r22720]

Douglas Gregor 22 лет назад
Родитель
Сommit
1ab2eb02de
3 измененных файлов с 4 добавлено и 1 удалено
  1. 1 0
      index.htm
  2. 2 0
      libs/libraries.htm
  3. 1 1
      libs/utility

+ 1 - 0
index.htm

@@ -122,6 +122,7 @@
                         <ul>
                           <li><a href="doc/html/signals.html">Signals</a> library: combiners may safely have state and are accessible from the signal.</li>
                           <li>Compose: This deprecated library has been removed.</li>
+                          <li><a href="libs/utility/utility.htm">Utility</a>: class template <a href="libs/utility/utility.htm#result_of">result_of</a> added.</li>
                         </ul>
 
                         <h3>January 26, 2004 - Version 1.31.0</h3>

+ 2 - 0
libs/libraries.htm

@@ -286,6 +286,8 @@ how to download, build, and install the libraries.</p>
 
     <li><a href="signals/index.html">signals</a> - managed signals &amp;
          slots callback implementation, from Doug Gregor.</li>
+  
+    <li><a href="utility/utility.htm#result_of">result_of</a> - determines the type of a function call expression.</li>
 </ul>
 
 <h3><a name="Generic">Generic</a> Programming</h3>

+ 1 - 1
libs/utility

@@ -1 +1 @@
-Subproject commit b6c826a1397d71bb7a83fea2ba17b2746f755d34
+Subproject commit 491db1599769b6f64702c302e363d6513ca94396

粤ICP备19079148号