From d1f21800acff33c17e59ed5247352dfebbd70682 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 13 May 2002 12:33:19 +0000 Subject: [PATCH] Lambda is now a Boost library [SVN r13831] --- doc/tutorial.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial.html b/doc/tutorial.html index 756de92..688b18f 100644 --- a/doc/tutorial.html +++ b/doc/tutorial.html @@ -96,7 +96,7 @@ object. This is often referred to as "argument binding", and is beyond the scope f(5); // Call x.foo(5) -
  • The Lambda library. 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.
  • +
  • The Boost.Lambda library. 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.
  • References to Functions

    @@ -199,7 +199,7 @@ boost::function2<float, int, int, SynchronizedPolicy, SynchronizedMixin> f
    Douglas Gregor
    -Last modified: Fri Dec 14 19:58:14 EST 2001 +Last modified: Mon May 13 08:31:23 EDT 2002