From 5e1bdd23f2cd1ed6e8e8ba276ffd2eaea27250c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Fri, 29 Oct 2004 20:41:15 +0000 Subject: [PATCH] Commented out a bit of false information [SVN r25951] --- doc/lambda.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lambda.xml b/doc/lambda.xml index c241956..a4bb991 100644 --- a/doc/lambda.xml +++ b/doc/lambda.xml @@ -544,10 +544,10 @@ These functions are described more thoroughly in About actual arguments to lambda functors - This section is no longer (or currently) relevant; + A general restriction for the actual arguments is that they cannot be non-const rvalues. For example: @@ -2073,12 +2073,12 @@ was to allow nested STL algorithm invocations
Rvalues as actual arguments to lambda functors - This section and all of its subsections + Actual arguments to the lambda functors cannot be non-const rvalues.