mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 14:57:01 +00:00
Add Lambda
[SVN r13717]
This commit is contained in:
parent
38a2583755
commit
201dbb82cf
1 changed files with 8 additions and 2 deletions
|
@ -110,6 +110,9 @@ out how to build object libraries, when needed.</p>
|
|||
- Adapt a base type into a standard conforming iterator,
|
||||
and more, from Dave Abrahams, Jeremy Siek, and John
|
||||
Potter.</li>
|
||||
<li><a href="lambda/doc/index.html">lambda</a> - Define small unnamed
|
||||
function objects at the actual call site, and more, from Jaakko Järvi and
|
||||
Gary Powell.</li>
|
||||
<li><a href="math/doc/index.html">math</a> - Several contributions in the
|
||||
domain of mathematics, from various authors.</li>
|
||||
<li><a href="math/doc/common_factor.html">math/common_factor</a> - Greatest
|
||||
|
@ -239,6 +242,9 @@ out how to build object libraries, when needed.</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="lambda/doc/index.html">lambda</a> - Define small unnamed
|
||||
function objects at the actual call site, and more, from Jaakko Järvi and
|
||||
Gary Powell.</li>
|
||||
|
||||
<li><a href="bind/ref.html">ref</a> - A utility library for
|
||||
passing references to generic functions, from Jaako Järvi,
|
||||
|
@ -432,6 +438,6 @@ libraries will soon be either submitted for formal review or removed.</p>
|
|||
<hr>
|
||||
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
|
||||
s-format="%d %b %Y" startspan -->30 Nov 2001<!--webbot bot="Timestamp" i-checksum="15239" endspan --></p>
|
||||
s-format="%d %b %Y" startspan -->06 May 2002<!--webbot bot="Timestamp" i-checksum="15116" endspan --></p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue