mirror of
https://github.com/boostorg/function.git
synced 2025-07-19 07:32:07 +02:00
Lambda is now a Boost library
[SVN r13831]
This commit is contained in:
@ -96,7 +96,7 @@ object. This is often referred to as "argument binding", and is beyond the scope
|
||||
|
||||
f(5); // Call x.foo(5)</pre></li>
|
||||
|
||||
<li><a href="http://lambda.cs.utu.fi/">The Lambda library</a>. This library provides a powerful composition mechanism to construct function objects that uses very natural C++ syntax. Lambda requires a compiler that is reasonably conformant to the C++ standard. Note that it is not a Boost library.</li>
|
||||
<li><a href="../../lambda/doc/index.html">Boost.Lambda</a>. This library provides a powerful composition mechanism to construct function objects that uses very natural C++ syntax. Lambda requires a compiler that is reasonably conformant to the C++ standard.</li>
|
||||
</ul>
|
||||
|
||||
<h3>References to Functions</h3>
|
||||
@ -199,7 +199,7 @@ boost::function2<float, int, int, SynchronizedPolicy, SynchronizedMixin> f
|
||||
<address><a href="mailto:gregod@cs.rpi.edu">Douglas Gregor</a></address>
|
||||
<!-- Created: Fri Jul 13 12:47:11 EDT 2001 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Fri Dec 14 19:58:14 EST 2001
|
||||
Last modified: Mon May 13 08:36:01 EDT 2002
|
||||
<!-- hhmts end -->
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user