mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
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]
This commit is contained in:
parent
e2cc9037d6
commit
1ab2eb02de
3 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -286,6 +286,8 @@ how to download, build, and install the libraries.</p>
|
|||
|
||||
<li><a href="signals/index.html">signals</a> - managed signals &
|
||||
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 @@
|
|||
Subproject commit b6c826a1397d71bb7a83fea2ba17b2746f755d34
|
||||
Subproject commit 491db1599769b6f64702c302e363d6513ca94396
|
Loading…
Add table
Reference in a new issue